Skip to content

Commit

Permalink
Add automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Feb 12, 2024
1 parent ae621cd commit dd22073
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ jobs:
- name: Run Tests
run: |
npm run test
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd22073

Please sign in to comment.