Skip to content

build: Update sentry-kafka-schemas to 1.0.107 #12355

build: Update sentry-kafka-schemas to 1.0.107

build: Update sentry-kafka-schemas to 1.0.107 #12355

Workflow file for this run

name: "Changelog"
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
build:
name: Changelogs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
const changelog = require('./.github/actions/changelog/index.js')
await changelog({github, context, core})