Imported Upstream version 1.41.0
[platform/upstream/grpc.git] / .github / workflows / pr-auto-tag.yaml
1 name: PR AutoTag
2 on:
3   pull_request_target:
4     types: [opened, reopened, synchronized, edited]
5 jobs:
6   triage:
7     runs-on: ubuntu-latest
8     steps:
9     - uses: actions/labeler@v3
10       with:
11         repo-token: "${{ secrets.GITHUB_TOKEN }}"
12