Skip to content

Commit

Permalink
Merge pull request nextcloud#206 from nextcloud/feat/workflow-auto-up…
Browse files Browse the repository at this point in the history
…date-dependabot-approve-merge.yml

Updating dependabot-approve-merge.yml workflow from template
  • Loading branch information
violoncelloCH authored Aug 8, 2022
2 parents 9708e02 + 1d4f70f commit 4be24bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4be24bc

Please sign in to comment.