diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 82f8d5222..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,23 +0,0 @@ -bindings/java: - - changed-files: - - any-glob-to-any-file: 'bindings/java/**' - -bindings/go: - - changed-files: - - any-glob-to-any-file: 'bindings/go/**' - -bindings/python: - - changed-files: - - any-glob-to-any-file: 'bindings/python/**' - -bindings/rust: - - changed-files: - - any-glob-to-any-file: 'bindings/rust/**' - -bindings/wasm: - - changed-files: - - any-glob-to-any-file: 'bindings/wasm/**' - -core: - - changed-files: - - any-glob-to-any-file: 'core/**' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index c1d7be683..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Labeler -on: - pull_request: - types: [opened, synchronize] - -jobs: - label: - runs-on: ubuntu-latest - environment: test - permissions: - contents: read - pull-requests: write - - steps: - - uses: actions/checkout@v4 - with: - sparse-checkout: | - .github - - uses: actions/labeler@v5 - with: - repo-token: "${{ secrets.GH_TOKEN }}" - configuration-path: '.github/labeler.yml'