Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI (Buildkite, GHA): Allow any user with triage or commit permissions to retry all failed Buildkite jobs #42138

Merged
merged 6 commits into from
Sep 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change pull_request to pull_request_target
  • Loading branch information
DilumAluthge authored Sep 11, 2021
commit d0c24e55995fb5df8305dc6e54835ea938c07ae9
3 changes: 1 addition & 2 deletions .github/workflows/retry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ on:
# variables (such as the `BUILDKITE_API_TOKEN_RETRY` secret environment variable), even if
# the PR is from a fork. Therefore, for security reasons, we do not checkout any code in
# this workflow.
# TODO: change `pull_request` to `pull_request_target`.
pull_request:
pull_request_target:

# TODO: delete the following line (once we have completely transitioned from Buildbot to Buildkite)
types: [ reopened, labeled ]
Expand Down