Package BaggageSpanProcessor and DeterministicSampler to use in this repo #248
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Apply project labels | |
on: [issues, pull_request_target, label] | |
jobs: | |
apply-labels: | |
name: Apply common project labels | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: honeycombio/oss-management/labels@v1 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |