Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Jun 13, 2024
1 parent 8e3d539 commit 9ee0695
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
name: Approve PR branch
runs-on: ubuntu-latest
permissions:
repository-projects: write
pull-requests: write
contents: write
steps:
# Automatically approve GitHub pull requests.
# see: https://github.com/hmarr/auto-approve-action
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GH_TOKEN }}
# with:
# github-token: ${{ secrets.GH_TOKEN }}
# github-token: ${{ secrets.GH_PR_TOKEN }}

merge_pr_branch:
Expand Down

0 comments on commit 9ee0695

Please sign in to comment.