ci: Disable auto-merge for my own PRs

This commit is contained in:
Chris Hennick 2024-05-11 09:29:01 -07:00
parent adb40b83d2
commit 3f114a53ca
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

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