From 6a3211163116526b648a6c53682ecde2e0c1d48d Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 14 Aug 2024 17:23:58 -0400 Subject: [PATCH] chore: Add sentry-protos to the auto-approve list (#4215) This repository will eventually contains shared protobuf schemas and generated bindings for rust/python/go. The packages produced from this repository will be used in production applications to facilitate cross-application messaging. --- .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 4a0b8fd..24d7656 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -24,6 +24,7 @@ jobs: startsWith(github.event.issue.title, 'publish: getsentry/sentry-forked-django-stubs@') || startsWith(github.event.issue.title, 'publish: getsentry/sentry-forked-djangorestframework-stubs@') || startsWith(github.event.issue.title, 'publish: getsentry/sentry-kafka-schemas@') || + startsWith(github.event.issue.title, 'publish: getsentry/sentry-protos@') || startsWith(github.event.issue.title, 'publish: getsentry/sentry-redis-tools@') || startsWith(github.event.issue.title, 'publish: getsentry/skrooge@') || startsWith(github.event.issue.title, 'publish: getsentry/snuba-sdk@') ||