From 710d7be33ea88ae73aa7e17634080f4b7cacd075 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 1 Aug 2023 11:11:20 -0400 Subject: [PATCH] Add responses to the auto approve list (#2567) This isn't an SDK and doesn't need the compliance checkpoint that SDKs do. --- .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 f4dacdd..6945a57 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -13,6 +13,7 @@ jobs: startsWith(github.event.issue.title, 'publish: getsentry/json-schema-diff@') || startsWith(github.event.issue.title, 'publish: getsentry/sentry-redis-tools@') || startsWith(github.event.issue.title, 'publish: getsentry/relay/py@') || + startsWith(github.event.issue.title, 'publish: getsentry/responses@') || false ) steps: