We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add-to-triage.yml
1 parent 1111e4d commit 9aed225Copy full SHA for 9aed225
.github/workflows/add-to-triage.yml
@@ -1,18 +1,19 @@
1
-name: Add to Triage
+name: add-to-triage
2
3
on:
4
- issues:
5
- types:
6
- - opened
+ issues:
+ types:
+ - opened
7
+ - reopened
8
+ - transferred
9
+
10
+ pull_request:
11
12
13
14
15
jobs:
- add-to-project:
- name: Add issue to project
- runs-on: ubuntu-latest
- steps:
- - uses: actions/[email protected]
- with:
- project-url: https://github.com/orgs/eslint/projects/3
16
- github-token: ${{ secrets.PROJECT_BOT_TOKEN }}
17
- labeled: "triage:no"
18
- label-operator: NOT
+ add-to-triage:
+ uses: eslint/workflows/.github/workflows/add-to-triage.yml@main
+ secrets:
19
+ PROJECT_BOT_TOKEN: ${{ secrets.PROJECT_BOT_TOKEN }}
0 commit comments