Skip to content

feat(eap): Always infer UA and IP in V2 standalone span pipeline #24409

feat(eap): Always infer UA and IP in V2 standalone span pipeline

feat(eap): Always infer UA and IP in V2 standalone span pipeline #24409

Workflow file for this run

name: "Changelog"
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review, labeled, unlabeled]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Changelogs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
if (context.payload.pull_request) {
const changelog = require('./.github/actions/changelog/index.js')
await changelog({github, context, core})
}