We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
labeled
1 parent fc84a83 commit 58e8987Copy full SHA for 58e8987
.github/workflows/retry.yml
@@ -27,12 +27,7 @@ on:
27
# the PR is from a fork. Therefore, for security reasons, we do not checkout any code in
28
# this workflow.
29
pull_request_target:
30
-
31
- # TODO: delete the following line (once we have completely transitioned from Buildbot to Buildkite)
32
- types: [ reopened, labeled ]
33
34
- # TODO: uncomment the following line (once we have completely transitioned from Buildbot to Buildkite)
35
- # types: [ reopened ]
+ types: [ reopened ]
36
37
# We do not give the `GITHUB_TOKEN` any permissions.
38
permissions:
0 commit comments