chore(instrumentation-runtime-node): update semconv usage to modern exports #13709
Workflow file for this run
This file contains hidden or 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: 'Component Owners' | |
on: | |
pull_request_target: | |
permissions: | |
contents: read | |
jobs: | |
run_self: | |
permissions: | |
pull-requests: write # required for assigning reviewers to PRs | |
runs-on: ubuntu-latest | |
name: Auto Assign Owners | |
steps: | |
- uses: dyladan/component-owners@main | |
with: | |
config-file: .github/component_owners.yml | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |