Skip to content

Commit

Permalink
chore: adds triage workflow (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman committed Jan 22, 2023
1 parent 5045d16 commit 5d4e45d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-triage.yml
@@ -0,0 +1,18 @@
name: Add to Triage

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/eslint/projects/3
github-token: ${{ secrets.PROJECT_BOT_TOKEN }}
labeled: "triage:no"
label-operator: NOT

0 comments on commit 5d4e45d

Please sign in to comment.