diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index f151844..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,6 +0,0 @@ -0.7: - - '(0.7)' -0.8: - - '(0.8)' -0.9: - - '(0.9)' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 0abb40d..0000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: "Issue Labeler" -on: - issues: - types: [opened, edited] - -permissions: - issues: write - contents: read - -jobs: - triage: - runs-on: ubuntu-latest - steps: - - uses: github/issue-labeler@v3.1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: .github/labeler.yml - enable-versioned-regex: 0 - sync-labels: 1 - include-title: 1