Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fix autorebase and add/remove checks in automerge label
Browse files Browse the repository at this point in the history
Signed-off-by: Shalier Xia <[email protected]>
  • Loading branch information
shalier committed Jun 8, 2021
1 parent 04c7667 commit 7bbf00e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pull_request_rules:
- "check-success=Go test e2e (4)"
- "check-success=DCO"
- "check-success=netlify/osm-docs/deploy-preview"
- "check-success=DCO"
# True if the PR has at least 2 approving reviews
- "#approved-reviews-by>=2"
# True if the PR has the automerge label
Expand Down Expand Up @@ -57,6 +58,7 @@ pull_request_rules:
- "check-success=Go test e2e (4)"
- "check-success=DCO"
- "check-success=netlify/osm-docs/deploy-preview"
- "check-success=DCO"
# True if the PR has at least 2 approving reviews
- "#approved-reviews-by>=2"
# True if the PR has the automerge label
Expand Down Expand Up @@ -96,6 +98,7 @@ pull_request_rules:
- "check-success=Go test e2e (4)"
- "check-success=DCO"
- "check-success=netlify/osm-docs/deploy-preview"
- "check-success=DCO"
# True if the PR has at least 2 approving reviews
- "#approved-reviews-by>=2"
# True if the PR has the automerge label
Expand Down Expand Up @@ -124,6 +127,4 @@ pull_request_rules:
- -draft
actions:
rebase:
# bot_account is the account the rebase will be done under
# if not specified Mergify will use any user in OSM that's logged into Mergify
bot_account: OSM-PR-bot
# Mergify will use any user in OSM that's logged into Mergify

0 comments on commit 7bbf00e

Please sign in to comment.