Skip to content

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.34.1 in /contrib/golang/filters/http/test/test_data/echo #1104

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.34.1 in /contrib/golang/filters/http/test/test_data/echo

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.34.1 in /contrib/golang/filters/http/test/test_data/echo #1104

Workflow file for this run

name: commands
on:
issue_comment:
types: [created]
permissions:
contents: read
jobs:
retest:
if: |
${{
github.event.issue.pull_request
&& github.repository == 'envoyproxy/envoy'
&& 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/retest@actions-v0.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}