Skip to content

Commit

Permalink
Merge pull request #1457 from webauthn4j/add-auto-merge
Browse files Browse the repository at this point in the history
Suppliment: Add Auto Merge workflow
  • Loading branch information
ynojima authored Jun 25, 2024
2 parents 68e1c51 + e53c80a commit caeaac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
name: Auto Merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
contents: write
pull-requests: write
env:
GH_TOKEN: ${{ github.token }}
steps:
Expand Down

0 comments on commit caeaac2

Please sign in to comment.