Revert "ci: Auto-merge PRs from within repo even if I'm the triggering actor"
This reverts commit a8b2855910
.
This commit is contained in:
parent
102e31113d
commit
aa56c0a8be
1 changed files with 1 additions and 3 deletions
4
.github/workflows/auto_merge_prs.yml
vendored
4
.github/workflows/auto_merge_prs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue