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 4233832 commit 271e51eCopy full SHA for 271e51e
1 file changed
.github/workflows/auto-merge.yml
@@ -7,6 +7,10 @@ on:
7
types:
8
- completed
9
10
+concurrency:
11
+ group: auto-merge
12
+ cancel-in-progress: false # queue concurrent runs instead of cancelling them
13
+
14
jobs:
15
auto-merge:
16
if: >
0 commit comments