From ea7cb061dca7cf0ce5c6a51feeb3ed6f6b15da47 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 4 Feb 2026 12:39:18 -0800 Subject: [PATCH 1/2] 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 From f4d0de1d8b95cd7b2260f9d65828a9e905eb7ebe Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 10 Feb 2026 12:51:49 -0500 Subject: [PATCH 2/2] Fix path --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index f38ebd1..8f71049 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -43,7 +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/taskbroker/clients@') || startsWith(github.event.issue.title, 'publish: getsentry/usage-accountant@') || startsWith(github.event.issue.title, 'publish: getsentry/watto@') || false