Skip to content

Commit

Permalink
add infra-event-notifier to auto-approve list (#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmckerry authored Aug 2, 2024
1 parent 4049ae4 commit 2d2e5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
github.actor == 'getsentry-release' && (
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@') ||
startsWith(github.event.issue.title, 'publish: getsentry/jest-sentry-environment@') ||
startsWith(github.event.issue.title, 'publish: getsentry/js-source-scopes@') ||
startsWith(github.event.issue.title, 'publish: getsentry/json-schema-diff@') ||
Expand Down

0 comments on commit 2d2e5ac

Please sign in to comment.