From 3f114a53ca39a88071e8e67f6274d6bcdfa38b56 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sat, 11 May 2024 09:29:01 -0700 Subject: [PATCH] ci: Disable auto-merge for my own PRs --- .github/workflows/auto_merge_prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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