Skip to content

fix: ensure aws-xray-propagator maintains trace state #7574

fix: ensure aws-xray-propagator maintains trace state

fix: ensure aws-xray-propagator maintains trace state #7574

Workflow file for this run

name: "Label PR"
on:
- pull_request_target
permissions:
contents: read
jobs:
labeler:
name: 'Add component labels'
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/labeler@v6
with:
configuration-path: '.github/component-label-map.yml'