feat(instrumentation-mysql2): Add hook for setting span name #10043
Workflow file for this run
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: 'Component Owners' | |
on: | |
pull_request_target: | |
jobs: | |
run_self: | |
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 }} |