From 5ea8b120d73f1dd6db92427d025c6805df43397d Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 8 Aug 2023 13:12:30 -0400 Subject: [PATCH] chore: Add back add-to-triage (#59) * Revert "chore: Remove add-to-triage (#56)" This reverts commit 45d4c17b63d26ef486c92cfb60283991e36d6db0. * Update .github/workflows/add-to-triage.yml * Update .github/workflows/add-to-triage.yml --- .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 0000000..83297dc --- /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.5.0 + with: + project-url: https://github.com/orgs/eslint/projects/3 + github-token: ${{ secrets.PROJECT_BOT_TOKEN }} + labeled: "triage:no" + label-operator: NOT