Skip to content

Commit

Permalink
feat: Add status-page-list to auto-approve (#3709)
Browse files Browse the repository at this point in the history
* feat: Add `status-page-list` to auto-approve

* fix: alpha order status page entry
  • Loading branch information
AbhiPrasad authored Apr 16, 2024
1 parent c105c9e commit 75a9636
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 @@ -26,6 +26,7 @@ jobs:
startsWith(github.event.issue.title, 'publish: getsentry/skrooge@') ||
startsWith(github.event.issue.title, 'publish: getsentry/snuba-sdk@') ||
startsWith(github.event.issue.title, 'publish: getsentry/statsdproxy@') ||
startsWith(github.event.issue.title, 'publish: getsentry/status-page-list@') ||
startsWith(github.event.issue.title, 'publish: getsentry/symbolic@') ||
startsWith(github.event.issue.title, 'publish: getsentry/usage-accountant@') ||
startsWith(github.event.issue.title, 'publish: getsentry/watto@') ||
Expand Down

0 comments on commit 75a9636

Please sign in to comment.