We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bde35a commit 1251f85Copy full SHA for 1251f85
.github/mergify.yml
@@ -2,8 +2,8 @@
2
pull_request_rules:
3
- name: "Auto approve and merge PR from master to azure-pipelines"
4
conditions:
5
- - "base=azure-pipelines" # Target branch is azure-pipelines
6
- - "head=master" # Source branch is master
+ - "base=azure-pipelines"
+ - "head=sync-master-to-azure-pipelines"
7
actions:
8
merge:
9
- method: "squash" # Merge method (can be "merge", "squash", or "rebase")
+ method: "squash"
0 commit comments