build(deps): bump jaegertracing/all-in-one from 412f505
to 89ac615
in /examples/shared/jaeger
#101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |