Skip to content

Commit

Permalink
Merge pull request #1253 from getsentry/asottile-sentry-patch-1
Browse files Browse the repository at this point in the history
auto approve the new bot
  • Loading branch information
asottile-sentry authored Feb 7, 2025
2 parents 1195994 + 8085493 commit 4c0a285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c0a285

Please sign in to comment.