Skip to content

ref(kafka): Remove dead Kafka message types and unused profiling writer #1132

ref(kafka): Remove dead Kafka message types and unused profiling writer

ref(kafka): Remove dead Kafka message types and unused profiling writer #1132

Workflow file for this run

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