Skip to content

Commit bc2b317

Browse files
authored
ci: create add-to-triage.yml (#129)
1 parent 8be3e01 commit bc2b317

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/add-to-triage.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: add-to-triage
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- reopened
8+
- transferred
9+
10+
pull_request:
11+
types:
12+
- opened
13+
- reopened
14+
15+
jobs:
16+
add-to-triage:
17+
uses: eslint/workflows/.github/workflows/add-to-triage.yml@main
18+
secrets:
19+
PROJECT_BOT_TOKEN: ${{ secrets.PROJECT_BOT_TOKEN }}

0 commit comments

Comments
 (0)