From 3107185869550214a01dba93045131c283832950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zvonimir=20Zraki=C4=87?= Date: Mon, 23 Dec 2024 21:31:06 +0100 Subject: [PATCH] workflow: Remove labeler --- .github/workflows/labeler.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 6819f02d..00000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Issue labeler -on: - issues: - types: [ opened ] - -permissions: - contents: read - -jobs: - label-component: - runs-on: ubuntu-latest - - permissions: - # required for all workflows - issues: write - - steps: - - uses: actions/checkout@v3 - - - name: Parse issue form - uses: stefanbuck/github-issue-parser@v3 - id: issue-parser - with: - template-path: .github/ISSUE_TEMPLATE/bug_report.yml - - - name: Set labels based on plugin field - uses: redhat-plumbers-in-action/advanced-issue-labeler@v2 - with: - issue-form: ${{ steps.issue-parser.outputs.jsonString }} - section: plugin - block-list: | - None - Other - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file