diff --git a/.github/workflows/auto-merge-github-actions.yml b/.github/workflows/auto-merge-github-actions.yml index 94083a5..20a151c 100644 --- a/.github/workflows/auto-merge-github-actions.yml +++ b/.github/workflows/auto-merge-github-actions.yml @@ -5,14 +5,15 @@ on: - opened - synchronize permissions: - contents: write + contents: write-all + pull-requests: write jobs: auto-merge: runs-on: ubuntu-latest if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.head.ref, 'dependabot/github_actions/') steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Auto approve uses: hmarr/auto-approve-action@v2.0.0 with: