We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb37468 + 958bc50 commit 53afbf6Copy full SHA for 53afbf6
.github/policies/auto-merge-sync-pr.yml
@@ -16,8 +16,9 @@ configuration:
16
label: ':octocat: auto-merge'
17
- targetsBranch:
18
branch: main
19
- - isActivitySender:
20
- user: microsoft-github-policy-service[bot]
+ - or:
+ - isActivitySender:
21
+ user: microsoft-github-policy-service[bot]
22
then:
23
- enableAutoMerge:
24
mergeMethod: Squash
@@ -32,8 +33,9 @@ configuration:
32
33
34
35
branch: live
36
37
38
39
40
41
mergeMethod: Merge
0 commit comments