Skip to content

Commit

Permalink
Merge pull request #72 from bcomnes/dependabot/github_actions/fastify…
Browse files Browse the repository at this point in the history
…/github-action-merge-dependabot-3.0.2

Upgrade: Bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2
  • Loading branch information
bcomnes authored Feb 15, 2022
2 parents 7b73699 + ffabb9f commit 6139758
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v2.7.1
- uses: fastify/github-action-merge-dependabot@v3.0.2
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
with:
github-token: ${{ secrets.github_token }}

0 comments on commit 6139758

Please sign in to comment.