Skip to content

Commit 33f5d6c

Browse files
authored
ci: add actions/labeler
1 parent b427ba5 commit 33f5d6c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Pull Request Labeler"
2+
# https://github.com/actions/labeler
3+
4+
on:
5+
- pull_request_target
6+
7+
jobs:
8+
triage:
9+
runs-on: ubuntu-18.04
10+
steps:
11+
- uses: actions/labeler@v3
12+
with:
13+
repo-token: "${{ secrets.GH_PAT }}"

0 commit comments

Comments
 (0)