Skip to content

Commit

Permalink
chore: add triage action (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jan 28, 2023
1 parent 34ffedc commit 3dbad80
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 3dbad80

Please sign in to comment.