From 8085493cdd846435ec840d5a615809988ef931e7 Mon Sep 17 00:00:00 2001 From: anthony sottile <103459774+asottile-sentry@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:56:48 -0500 Subject: [PATCH] auto approve the new bot --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index ee45c337..928f961b 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -4,7 +4,7 @@ on: jobs: auto-merge: - if: github.actor == 'getsentry-bot' && startsWith(github.head_ref, 'craft-') + if: github.actor == 'sentry-release-bot[bot]' && startsWith(github.head_ref, 'craft-') runs-on: ubuntu-latest steps: - name: Get auth token