From a8ee50f13dddc97e5637f462518532c556da67cd Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 1 Aug 2023 12:21:58 -0400 Subject: [PATCH] chore: Remove add-to-triage --- .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