add null check at discover_span_context_keys.cpp #791
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: Pull Request Labeler | |
| on: | |
| - pull_request_target | |
| permissions: | |
| contents: read | |
| jobs: | |
| triage: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| sparse-checkout: | | |
| labeler.yml | |
| sparse-checkout-cone-mode: false | |
| repository: opentracing-contrib/common | |
| - uses: actions/labeler@v5 | |
| continue-on-error: true | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
| sync-labels: true | |
| configuration-path: labeler.yml |