diff --git a/.github/workflows/auto_merge_prs.yml b/.github/workflows/auto_merge_prs.yml index c2e5e981..a4f334c7 100644 --- a/.github/workflows/auto_merge_prs.yml +++ b/.github/workflows/auto_merge_prs.yml @@ -8,9 +8,7 @@ permissions: jobs: auto-merge: runs-on: ubuntu-latest - if: | - ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || ( github.actor == 'Pr0methean' - && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name )}} + if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' }} steps: - name: Dependabot metadata id: metadata