Skip to content

publish: getsentry/sentry-kafka-schemas@0.1.24 #703

publish: getsentry/sentry-kafka-schemas@0.1.24

publish: getsentry/sentry-kafka-schemas@0.1.24 #703

Workflow file for this run

name: auto-approve non-sdks
on:
issues:
types: [opened]
jobs:
auto-approve:
runs-on: ubuntu-latest
if: |
github.actor == 'getsentry-release' && (
startsWith(github.event.issue.title, 'publish: getsentry/arroyo@') ||
startsWith(github.event.issue.title, 'publish: getsentry/pytest-sentry@') ||
startsWith(github.event.issue.title, 'publish: getsentry/sentry-kafka-schemas@') ||
startsWith(github.event.issue.title, 'publish: getsentry/json-schema-diff@') ||
startsWith(github.event.issue.title, 'publish: getsentry/sentry-redis-tools@') ||
startsWith(github.event.issue.title, 'publish: getsentry/relay/py@') ||
startsWith(github.event.issue.title, 'publish: getsentry/responses@') ||
false
)
steps:
- run: gh issue edit ${{ github.event.issue.html_url }} --add-label accepted
env:
# can't use `GITHUB_TOKEN` because we need to trigger actions
GH_TOKEN: ${{ secrets.GH_SENTRY_BOT_PAT }}