From 60a921b9a0ca71dc661cc6e95ec3ef14baf0b6d3 Mon Sep 17 00:00:00 2001 From: matt-codecov <137832199+matt-codecov@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:57:02 -0700 Subject: [PATCH] add `pyo3-python-tracing-subscriber` to auto-approve list (#4527) as title --- .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 d7ca61f..19455d6 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -15,6 +15,7 @@ jobs: 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/pyo3-python-tracing-subscriber@') || 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@') ||