From 52f2147ef8bcfdc92863941b1ef8be403a48d88e Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 13 Feb 2024 15:39:21 +0100 Subject: [PATCH] Update auto_approve_dependabot.yml --- .github/workflows/auto_approve_dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/auto_approve_dependabot.yml b/.github/workflows/auto_approve_dependabot.yml index 8b137891..adfed551 100644 --- a/.github/workflows/auto_approve_dependabot.yml +++ b/.github/workflows/auto_approve_dependabot.yml @@ -1 +1,12 @@ +name: Auto approve Dependabot PR's +on: pull_request_target + +jobs: + auto-approve: + runs-on: ubuntu-latest + permissions: + pull-requests: write + if: github.actor == 'dependabot[bot]' + steps: + - uses: hmarr/auto-approve-action@v4 -- 2.34.1