Skip to content

build(deps): bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.17.0 in /tools/src/setup-envtest #9

build(deps): bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.17.0 in /tools/src/setup-envtest

build(deps): bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.17.0 in /tools/src/setup-envtest #9

Workflow file for this run

name: Return Action on PR Comment
on:
issue_comment:
types: [created]
permissions:
contents: read
jobs:
retest:
if: |
${{
github.event.issue.pull_request
&& github.repository == 'envoyproxy/gateway'
&& github.actor != 'repokitteh-read-only[bot]'
&& github.actor != 'dependabot[bot]'
}}
name: Retest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
actions: write
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}