Browse Source
Fix auto-merge
Increase module version.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/5397/head
Vincent Petry
5 years ago
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with
1 additions and
1 deletions
-
.github/workflows/dependabot-approve.yml
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
|
# Nextcloud bot approve and merge request |
|
|
# Nextcloud bot approve and merge request |
|
|
- uses: ahmadnassri/action-dependabot-auto-merge@v1 |
|
|
|
|
|
|
|
|
- uses: ahmadnassri/action-dependabot-auto-merge@v2 |
|
|
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' |
|
|
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' |
|
|
with: |
|
|
with: |
|
|
target: patch |
|
|
target: patch |
|
|
|