contrib/http/net: adding integration-level option to configure error codes #391
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 |