File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11# .github/mergify.yml
22pull_request_rules :
3- - name : " Auto approve and merge PRs from master to azure-pipelines"
3+ - name : " Auto approve and merge PR from master to azure-pipelines"
44 conditions :
55 - " base=azure-pipelines" # Target branch is azure-pipelines
66 - " head=master" # Source branch is master
77 actions :
8- approve :
9- # Approve the PR
10- message : " Auto-approved because it's from master to azure-pipelines."
118 merge :
12- # Merge the PR once it's approved
13- method : squash
14- commit_message : " Sync master into azure-pipelines"
15- merge_commit_message : " Automated PR to sync master into azure-pipelines"
16- strict : false # Allow the merge to happen even if there are merge conflicts (optional)
9+ method : " squash" # Merge method (can be "merge", "squash", or "rebase")
You can’t perform that action at this time.
0 commit comments