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

Updating dependabot-approve-merge.yml workflow from template
This commit is contained in:
violoncello.ch
2022-08-08 21:09:46 +02:00
committed by GitHub

View File

@@ -12,10 +12,16 @@ on:
- master
- stable*
permissions:
contents: read
jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
# for hmarr/auto-approve-action to approve PRs
pull-requests: write
steps:
# Github actions bot approve