We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0932bb6 + 6d27fd3 commit 2e3ba39Copy full SHA for 2e3ba39
1 file changed
.github/workflows/dependabot-approve-merge.yml
@@ -50,6 +50,13 @@ jobs:
50
with:
51
github-token: ${{ secrets.GITHUB_TOKEN }}
52
53
+ # Nextcloud bot approve
54
+ - name: Nextcloud Bot approve
55
+ uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
56
+ if: startsWith(steps.branchname.outputs.branch, 'dependabot/')
57
+ with:
58
+ github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
59
+
60
# Enable GitHub auto merge
61
- name: Auto merge
62
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
0 commit comments