From 0f02f2d613442bc437f8d985231e4d10e50d1be1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:37:20 +0000 Subject: [PATCH 1/2] chore(deps): update hmarr/auto-approve-action action to v4 --- .github/workflows/renovate-auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-auto-approve.yml b/.github/workflows/renovate-auto-approve.yml index e1b56ab..8386a9e 100644 --- a/.github/workflows/renovate-auto-approve.yml +++ b/.github/workflows/renovate-auto-approve.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write if: github.actor == 'renovate[bot]' steps: - - uses: hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 # v3.2.1 + - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0 with: review-message: "Auto approved Renovate PR by organization" github-token: ${{ secrets.PAT_FOR_PR_AUTO_APPROVAL }} From 6582ca9dd30af3d44c09a57111c25e7a9bf21e40 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Thu, 22 Feb 2024 09:45:41 +0100 Subject: [PATCH 2/2] Update renovate-auto-approve.yml --- .github/workflows/renovate-auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-auto-approve.yml b/.github/workflows/renovate-auto-approve.yml index 8386a9e..de2d116 100644 --- a/.github/workflows/renovate-auto-approve.yml +++ b/.github/workflows/renovate-auto-approve.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write if: github.actor == 'renovate[bot]' steps: - - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0 + - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0 with: review-message: "Auto approved Renovate PR by organization" github-token: ${{ secrets.PAT_FOR_PR_AUTO_APPROVAL }}