Skip to content

Commit 2e3ba39

Browse files
authored
Merge pull request #8462 from nextcloud-libraries/ci/dependabot-nextcloud-command-approve
ci(dependabot): bring back Nextcloud command approve
2 parents 0932bb6 + 6d27fd3 commit 2e3ba39

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/dependabot-approve-merge.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252

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+
5360
# Enable GitHub auto merge
5461
- name: Auto merge
5562
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0

0 commit comments

Comments
 (0)