Revert "ci: Auto-merge PRs from within repo even if I'm the triggering actor"

This reverts commit a8b2855910.
This commit is contained in:
Chris Hennick 2024-05-17 09:01:06 -07:00
parent 102e31113d
commit aa56c0a8be
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -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