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.
Release Drafter
Dependabot Auto-merge
main
1 parent c7cd1ce commit fd483a2Copy full SHA for fd483a2
.github/workflows/dependabot-auto-merge.yml
@@ -1,6 +1,9 @@
1
name: Dependabot Auto-merge
2
3
-on: pull_request
+on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
.github/workflows/release-drafter.yml
@@ -6,6 +6,10 @@ on:
branches:
- main
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref_name }}
11
+ cancel-in-progress: true
12
+
13
permissions: {}
14
15
jobs:
0 commit comments