From c4459aba859d94f5a26322ba06147dfe80896bdb Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Mon, 11 Jul 2022 13:33:42 +0530 Subject: [PATCH] Deleting this workflow as this is no longer used --- .github/workflows/auto-triage-issues | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/auto-triage-issues diff --git a/.github/workflows/auto-triage-issues b/.github/workflows/auto-triage-issues deleted file mode 100644 index ae9926af..00000000 --- a/.github/workflows/auto-triage-issues +++ /dev/null @@ -1,21 +0,0 @@ -name: "Auto-Labelling Issues" -on: - issues: - types: [opened, edited] - -jobs: - auto_label: - runs-on: ubuntu-latest - name: Auto-Labelling Issues - steps: - - name: Label Step - uses: larrylawl/Auto-Github-Issue-Labeller@v1.0 - with: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - REPOSITORY: ${{github.repository}} - DELTA: "7" - CONFIDENCE: "2" - FEATURE: "enhancement" - BUG: "bug" - DOCS: "documentation" -