contrib/net/http: Make DD_TRACE_HTTP_CLIENT_TAG_QUERY_STRING false by default #358
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: Label APM Ecosystems Pull Requests | |
on: | |
pull_request: | |
paths: | |
- "contrib/**" | |
types: | |
- opened | |
- reopened | |
- edited | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
label_issues: | |
runs-on: ubuntu-latest | |
steps: | |
# https://github.com/marketplace/actions/actions-ecosystem-add-labels | |
- name: add label | |
uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: apm:ecosystem |