fix(instrumentation-fastify): fix span attributes and avoid FSTDEP017 FastifyDeprecation warning for 404 request #6165
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 }} |