Skip to content

Commit 1251f85

Browse files
authored
Update mergify.yml
1 parent 1bde35a commit 1251f85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
pull_request_rules:
33
- name: "Auto approve and merge PR from master to azure-pipelines"
44
conditions:
5-
- "base=azure-pipelines" # Target branch is azure-pipelines
6-
- "head=master" # Source branch is master
5+
- "base=azure-pipelines"
6+
- "head=sync-master-to-azure-pipelines"
77
actions:
88
merge:
9-
method: "squash" # Merge method (can be "merge", "squash", or "rebase")
9+
method: "squash"

0 commit comments

Comments
 (0)