Skip to content

feat(spans): Improve span data http method extraction #4204

feat(spans): Improve span data http method extraction

feat(spans): Improve span data http method extraction #4204

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@v3
- uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
const changelog = require('./.github/actions/changelog/index.js')
await changelog({github, context, core})