Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 5ea8b12

Browse files
authored
chore: Add back add-to-triage (#59)
* Revert "chore: Remove add-to-triage (#56)" This reverts commit 45d4c17. * Update .github/workflows/add-to-triage.yml * Update .github/workflows/add-to-triage.yml
1 parent 0461695 commit 5ea8b12

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add to Triage
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/eslint/projects/3
16+
github-token: ${{ secrets.PROJECT_BOT_TOKEN }}
17+
labeled: "triage:no"
18+
label-operator: NOT

0 commit comments

Comments
 (0)