From 3e34418b31664decfb2337de798feafbf985b66c Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 5 Jan 2023 11:56:44 -0700 Subject: [PATCH] chore: Add new issues to triage project (#16740) * chore: Add new issues to triage project * Update .github/workflows/add-to-triage.yml Co-authored-by: Milos Djermanovic * Update .github/workflows/add-to-triage.yml Co-authored-by: Milos Djermanovic Co-authored-by: Milos Djermanovic --- .github/workflows/add-to-triage.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/add-to-triage.yml diff --git a/.github/workflows/add-to-triage.yml b/.github/workflows/add-to-triage.yml new file mode 100644 index 00000000000..a852261692d --- /dev/null +++ b/.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