From 233d28f6acda9ca2761e8406788a5a6ce9fa399d Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Wed, 20 Mar 2024 09:20:32 +0100 Subject: [PATCH] Auto-approve `pdb` --- .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 bb98461..5586074 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -12,6 +12,7 @@ jobs: startsWith(github.event.issue.title, 'publish: getsentry/js-source-scopes@') || startsWith(github.event.issue.title, 'publish: getsentry/json-schema-diff@') || startsWith(github.event.issue.title, 'publish: getsentry/ophio@') || + startsWith(github.event.issue.title, 'publish: getsentry/pdb@') || startsWith(github.event.issue.title, 'publish: getsentry/pytest-sentry@') || startsWith(github.event.issue.title, 'publish: getsentry/relay/py@') || startsWith(github.event.issue.title, 'publish: getsentry/responses@') ||