We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca92404 commit b1dd604Copy full SHA for b1dd604
.github/workflows/dependabot-auto-merge.yml
@@ -0,0 +1,14 @@
1
+name: auto-merge
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ auto-merge:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
12
+ with:
13
+ target: patch
14
+ github-token: ${{ secrets.GH_PAT }}
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
with:
submodules: true
0 commit comments