Update test.yml

This commit is contained in:
Bret Comnes 2022-02-08 11:16:14 -08:00 committed by GitHub
parent 517202dbed
commit fc389c59f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,9 @@ jobs:
automerge: automerge:
needs: test needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps: steps:
- uses: fastify/github-action-merge-dependabot@v3.0.2 - 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') }} if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}