Skip to content

Commit

Permalink
trigger workflow for release bot (#4707)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-sentry authored Dec 4, 2024
1 parent 60a921b commit 2b04e01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:
auto-approve:
runs-on: ubuntu-latest
if: |
github.actor == 'getsentry-release' && (
(
github.actor == 'getsentry-release' ||
github.actor == 'sentry-release-bot[bot]'
) && (
startsWith(github.event.issue.title, 'publish: getsentry/arroyo@') ||
startsWith(github.event.issue.title, 'publish: getsentry/devenv@') ||
startsWith(github.event.issue.title, 'publish: getsentry/infra-event-notifier@') ||
Expand Down

0 comments on commit 2b04e01

Please sign in to comment.