forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR cosmos#5723: fix config file
- Loading branch information
1 parent
1b78457
commit a5fd470
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
pull_request_rules: | ||
- name: automatic merge for master when CI passes, has 1 review and has the label automerge | ||
- name: automerge to master with label automerge and branch protection passing | ||
conditions: | ||
- "#approved-reviews-by>=1" | ||
- "status-success=ci/circleci - Pull Request" | ||
- base=master | ||
- label=automerge | ||
actions: | ||
merge: | ||
method: squash | ||
strict: true |