diff --git a/.github/workflows/dependabot_automation.yml b/.github/workflows/dependabot_automation.yml index 3a5a9df1..e85fe51b 100644 --- a/.github/workflows/dependabot_automation.yml +++ b/.github/workflows/dependabot_automation.yml @@ -1,4 +1,4 @@ -name: Dependabot auto-approve and auto-merge +name: Auto-approve and auto-merge owner-written and Dependabot PRs on: pull_request permissions: @@ -8,10 +8,11 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' }} + if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'Pr0methean' }} steps: - name: Dependabot metadata id: metadata + if: ${{ github.actor == 'dependabot[bot]' }} uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}"