From 45e0e8651622c446f1540b7ae79ec7d3648a1496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=A0=EC=9A=B0?= Date: Sun, 2 Feb 2025 00:04:49 +0900 Subject: [PATCH] =?UTF-8?q?Remove=20labeler=20=F0=9F=98=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 23 ----------------------- .github/workflows/labeler.yml | 22 ---------------------- 2 files changed, 45 deletions(-) delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/labeler.yml 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'