Skip to content

Commit e7f1716

Browse files
authored
Update mergify config (#2)
1 parent 8d43029 commit e7f1716

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ pull_request_rules:
77
- "-draft"
88
# At least one approval required
99
- "#approved-reviews-by>=1"
10-
# Only enable this when the pull request is being merged into master
11-
- "base=master"
10+
# Only enable this when the pull request is being merged into main
11+
- "base=main"
1212
actions:
1313
merge:
1414
method: squash
1515
strict: true
1616
commit_message: title+body
1717
delete_head_branch:
18-
force: False
18+
force: False

0 commit comments

Comments
 (0)