Skip to content

Commit

Permalink
ci: support the stop-rerun label (#28502)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Nov 5, 2024
1 parent 69fef4b commit 82c9b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-rerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
info "searching pull requests" >&2
shas=$(gh -R "$GITHUB_REPOSITORY" pr list \
-A "$bot" \
-S "created:>=$d" \
-S "created:>=$d -label:stop-rerun" \
--json headRefOid \
-q '.[].headRefOid')
Expand Down

0 comments on commit 82c9b15

Please sign in to comment.