From 9ecf1753da7dd10bff73410c614ff0ce48b13c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:33:30 +0000 Subject: [PATCH 1/2] Bump hmarr/auto-approve-action from 2.0.0 to 4.0.0 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-github-actions.yml b/.github/workflows/auto-merge-github-actions.yml index 86262f3..df39283 100644 --- a/.github/workflows/auto-merge-github-actions.yml +++ b/.github/workflows/auto-merge-github-actions.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Auto approve - uses: hmarr/auto-approve-action@v2.0.0 + uses: hmarr/auto-approve-action@v4.0.0 with: github-token: ${{ secrets.GH_TOKEN }} - name: Merge pull request From e1108d408c9c76a28661ecb72e9aa55661688643 Mon Sep 17 00:00:00 2001 From: Maciej Michalski <5445923+spy86@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:26:59 +0200 Subject: [PATCH 2/2] Update auto-merge-github-actions.yml --- .github/workflows/auto-merge-github-actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-github-actions.yml b/.github/workflows/auto-merge-github-actions.yml index df39283..f6779d0 100644 --- a/.github/workflows/auto-merge-github-actions.yml +++ b/.github/workflows/auto-merge-github-actions.yml @@ -5,7 +5,8 @@ on: - opened - synchronize permissions: - contents: write + contents: write + pull-requests: write jobs: auto-merge: runs-on: ubuntu-latest @@ -21,5 +22,6 @@ jobs: uses: "pascalgn/automerge-action@v0.16.3" permissions: contents: write + pull-requests: write env: GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"