Skip to content

Commit

Permalink
Suppliment: Add Auto Merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed Jun 25, 2024
1 parent 7b58be0 commit e53c80a
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 e53c80a

Please sign in to comment.