diff --git a/.github/workflows/dependabot_automation.yml b/.github/workflows/auto_approve_prs.yml similarity index 94% rename from .github/workflows/dependabot_automation.yml rename to .github/workflows/auto_approve_prs.yml index e85fe51b..118730d3 100644 --- a/.github/workflows/dependabot_automation.yml +++ b/.github/workflows/auto_approve_prs.yml @@ -8,7 +8,7 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'Pr0methean' }} + if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }} steps: - name: Dependabot metadata id: metadata