Skip to content

Commit

Permalink
chore: Add new issues to triage project (#16740)
Browse files Browse the repository at this point in the history
* chore: Add new issues to triage project

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

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>

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

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
nzakas and mdjermanovic committed Jan 5, 2023
1 parent fc2ea59 commit 3e34418
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 3e34418

Please sign in to comment.