From 7b6c91c7bdaa4b595c07a33fd06b4fde9f4543d0 Mon Sep 17 00:00:00 2001 From: Brian Lou <69982825+brian-lou@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:01:46 -0700 Subject: [PATCH] Add sentry-forked-jsonnet to auto-approve (#4521) --- .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 6c01e7e..d7ca61f 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -23,6 +23,7 @@ jobs: startsWith(github.event.issue.title, 'publish: getsentry/rust-usage-accountant@') || 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-forked-jsonnet@') || startsWith(github.event.issue.title, 'publish: getsentry/sentry-infra-tools@') || startsWith(github.event.issue.title, 'publish: getsentry/sentry-kafka-schemas@') || startsWith(github.event.issue.title, 'publish: getsentry/sentry-protos@') ||