contrib/go.uber.org/zap: add basic integration #245
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 | |
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 |