APMSP-1241 Directly import trace-agent stats code for client-side stats #321
Workflow file for this run
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: 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 |