Skip to content

Commit

Permalink
Disable autorebase of PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jairo Llopis authored and github-actions[bot] committed Jun 8, 2020
1 parent 4132ea2 commit c4c054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
MERGE_LABELS: "automerge,!work in progress"
MERGE_METHOD: "rebase"
# Disable autorebasing PRs because they cannot retrigger checks
UPDATE_LABELS: ""
UPDATE_LABELS: "disable"
UPDATE_METHOD: "rebase"
# Our CI takes about 15m to complete; keep retrying for 30m
MERGE_RETRIES: 30
Expand Down

0 comments on commit c4c054a

Please sign in to comment.