From 39073850d82db9f66af5c21017fdf2c250f9b419 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 1 Aug 2023 17:18:43 -0400 Subject: [PATCH] chore: Remove add-to-triage (#583) --- .github/workflows/add-to-triage.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/add-to-triage.yml diff --git a/.github/workflows/add-to-triage.yml b/.github/workflows/add-to-triage.yml deleted file mode 100644 index 2cab4138..00000000 --- a/.github/workflows/add-to-triage.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Add to Triage - -on: - issues: - types: - - opened - pull_request: - 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