ci: add actions/labeler

This commit is contained in:
Shohei Ueda 2020-12-18 16:34:32 +09:00 committed by GitHub
parent b427ba5d48
commit 33f5d6c1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/labeler.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: "Pull Request Labeler"
# https://github.com/actions/labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-18.04
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GH_PAT }}"