add .github (#479)

Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
This commit is contained in:
Haicheng Wu
2022-04-28 12:36:59 -07:00
committed by GitHub
co-authored by Haicheng Wu
parent 8c339ac039
commit 21c1fa3849
7 changed files with 191 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"