Merge pull request #1912 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml

This commit is contained in:
Marcel Klehr 2023-02-12 17:48:57 +01:00 committed by GitHub
commit fe09690310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ on:
permissions:
contents: read
concurrency:
group: dependabot-approve-merge-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'