Skip to content

Commit

Permalink
Merge pull request #441 from nextcloud/feat/workflow-auto-update
Browse files Browse the repository at this point in the history
Updating dependabot-approve-merge.yml workflow from template
  • Loading branch information
skjnldsv authored Jul 4, 2021
2 parents f528d04 + 82ab8e5 commit 8ceea61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
# Default github action approve
- uses: hmarr/auto-approve-action@v2.0.0
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

# 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]'
with:
target: minor
Expand Down

0 comments on commit 8ceea61

Please sign in to comment.