Skip to content

build(deps): bump setuptools from 63.4.1 to 67.4.0 in /tools/base #39

build(deps): bump setuptools from 63.4.1 to 67.4.0 in /tools/base

build(deps): bump setuptools from 63.4.1 to 67.4.0 in /tools/base #39

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
checks: read
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
azp_org: cncf
azp_token: ${{ secrets.AZP_TOKEN }}