From a5019c129c71dccda0717bc45c42778b13ca6435 Mon Sep 17 00:00:00 2001 From: Martin Majlis Date: Sat, 12 Oct 2024 11:05:20 +0200 Subject: [PATCH] Update GHA for dependabot --- .github/workflows/dependabot-approve-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-approve-updates.yml b/.github/workflows/dependabot-approve-updates.yml index 4de56d2..63c65bf 100644 --- a/.github/workflows/dependabot-approve-updates.yml +++ b/.github/workflows/dependabot-approve-updates.yml @@ -1,6 +1,5 @@ name: Dependabot Pull Request on: pull_request -if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'martin-majlis/Wikipedia-API' permissions: contents: write @@ -9,6 +8,7 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest + if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'martin-majlis/Wikipedia-API' steps: - name: Fetch Dependabot metadata id: dependabot-metadata