We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1195994 + 8085493 commit 4c0a285Copy full SHA for 4c0a285
.github/workflows/auto-merge.yml
@@ -4,7 +4,7 @@ on:
4
5
jobs:
6
auto-merge:
7
- if: github.actor == 'getsentry-bot' && startsWith(github.head_ref, 'craft-')
+ if: github.actor == 'sentry-release-bot[bot]' && startsWith(github.head_ref, 'craft-')
8
runs-on: ubuntu-latest
9
steps:
10
- name: Get auth token
0 commit comments