Does dd-trace-go/tracer support DD_REMOTE_CONFIGURATION_ENABLED
?
#24
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 issues | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
- edited | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
label_issues: | |
if: contains(github.event.issue.title, 'contrib') | |
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 |