Skip to content

Commit 2c777cd

Browse files
committed
[skip ci] update autolabeler workflow
1 parent 1b2b6f8 commit 2c777cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/issue-labeler.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Issue Labeler"
2+
on:
3+
issues:
4+
types: [opened]
5+
6+
jobs:
7+
triage:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: github/issue-labeler@master
11+
with:
12+
repo-token: "${{ secrets.BOT_TOKEN }}"
13+
enable-versioned-regex: 0
14+
configuration-path: .github/labeler.yml

0 commit comments

Comments
 (0)