Skip to content

Commit

Permalink
Merge pull request #36 from tinkerbell/fix-mergify-config-with-main
Browse files Browse the repository at this point in the history
mergify: Update PR rule condition to base=main
  • Loading branch information
Gianluca Arbezzano authored Feb 12, 2021
2 parents 85538f5 + 29212e2 commit 23fdaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=master
- base=main
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
Expand Down

0 comments on commit 23fdaa1

Please sign in to comment.