Skip to content

Commit

Permalink
Merge pull request #25 from sameer-coder/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnydgreen authored Jan 6, 2022
2 parents e64baaa + 83e2114 commit da5d0bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ 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
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit da5d0bf

Please sign in to comment.