diff --git a/.github/workflows/auto_merge_prs.yml b/.github/workflows/auto_merge_prs.yml index 260723a4..a4f334c7 100644 --- a/.github/workflows/auto_merge_prs.yml +++ b/.github/workflows/auto_merge_prs.yml @@ -1,4 +1,4 @@ -name: Auto-merge PRs from owner and trusted bots +name: Auto-merge PRs from trusted bots on: pull_request permissions: @@ -8,7 +8,7 @@ permissions: jobs: auto-merge: runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }} + if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' }} steps: - name: Dependabot metadata id: metadata