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.
1 parent 7144a74 commit df857bcCopy full SHA for df857bc
.github/workflows/automerge.yml
@@ -0,0 +1,31 @@
1
+name: automerge
2
+on:
3
+ pull_request:
4
+ types:
5
+ - labeled
6
+ - unlabeled
7
+ - synchronize
8
+ - opened
9
+ - edited
10
+ - ready_for_review
11
+ - reopened
12
+ - unlocked
13
+ pull_request_review:
14
15
+ - submitted
16
+ check_suite:
17
18
+ - completed
19
+ status: {}
20
+jobs:
21
+ automerge:
22
+ runs-on: ubuntu-latest
23
+ steps:
24
+ - name: automerge
25
+ uses: "pascalgn/[email protected]"
26
+ env:
27
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
28
+ with:
29
+ MERGE_METHOD: 'squash'
30
+ MERGE_DELETE_BRANCH: true
31
+
0 commit comments