Skip to content

Forward tracing and parse user tracing headers #1282

Forward tracing and parse user tracing headers

Forward tracing and parse user tracing headers #1282

Workflow file for this run

name: Label PR based on changed package
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ./.github/actions/setup-and-build
with:
install-dependencies: false
build: false
- run: pnpm install
- name: Label PR
run: node scripts/labelPrs.js
env:
GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }} # inngest-release-bot