We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8662f commit 497cf39Copy full SHA for 497cf39
1 file changed
.github/workflows/auto-approve.yml
@@ -17,6 +17,7 @@ jobs:
17
startsWith(github.event.issue.title, 'publish: getsentry/jest-sentry-environment@') ||
18
startsWith(github.event.issue.title, 'publish: getsentry/js-source-scopes@') ||
19
startsWith(github.event.issue.title, 'publish: getsentry/json-schema-diff@') ||
20
+ startsWith(github.event.issue.title, 'publish: getsentry/objectstore/clients@') ||
21
startsWith(github.event.issue.title, 'publish: getsentry/ophio@') ||
22
startsWith(github.event.issue.title, 'publish: getsentry/pdb@') ||
23
startsWith(github.event.issue.title, 'publish: getsentry/pyo3-python-tracing-subscriber@') ||
0 commit comments