Skip to content

Commit ffaddbb

Browse files
authored
ci/retest: Update retest to add AZP (envoyproxy#29149)
Signed-off-by: Ryan Northey <[email protected]>
1 parent c745c19 commit ffaddbb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/commands.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: commands
22

33
on:
44
issue_comment:
5-
types: [created]
5+
types:
6+
- created
67

78
permissions:
89
contents: read
@@ -21,7 +22,10 @@ jobs:
2122
permissions:
2223
pull-requests: write
2324
actions: write
25+
checks: read
2426
steps:
25-
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
27+
- uses: envoyproxy/toolshed/gh-actions/[email protected].15
2628
with:
2729
token: ${{ secrets.GITHUB_TOKEN }}
30+
azp_org: cncf
31+
azp_token: ${{ secrets.AZP_TOKEN }}

repokitteh.star

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ use(
5252
)
5353
use("github.com/envoyproxy/envoy/ci/repokitteh/modules/versionchange.star")
5454

55-
alias('retest', 'retry-azp')
56-
5755
def _backport():
5856
github.issue_label('backport/review')
5957

0 commit comments

Comments
 (0)