From ea7cb061dca7cf0ce5c6a51feeb3ed6f6b15da47 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 4 Feb 2026 12:39:18 -0800 Subject: [PATCH] feat: Add taskbroker-client to the auto-approve list Refs STREAM-717 --- .github/workflows/auto-approve.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 16e8976..f38ebd1 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -43,6 +43,7 @@ jobs: startsWith(github.event.issue.title, 'publish: getsentry/status-page-list@') || startsWith(github.event.issue.title, 'publish: getsentry/streams/sentry_streams@') || startsWith(github.event.issue.title, 'publish: getsentry/symbolic@') || + startsWith(github.event.issue.title, 'publish: getsentry/taskbroker-client@') || startsWith(github.event.issue.title, 'publish: getsentry/usage-accountant@') || startsWith(github.event.issue.title, 'publish: getsentry/watto@') || false