Skip to content

Commit

Permalink
Merge pull request #638 from nextcloud/feat/workflow-auto-update-depe…
Browse files Browse the repository at this point in the history
…ndabot-approve-merge.yml

Updating dependabot-approve-merge.yml workflow from template
  • Loading branch information
nickvergessen authored Aug 3, 2022
2 parents d91146b + 5622c21 commit a2783d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ name: Dependabot
on:
pull_request_target:
branches:
- main
- 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 a2783d0

Please sign in to comment.