Merge 'Remove labeler 😥' from Kim Seon Woo

Let's add when we can figure out how to use GH_TOKEN well

Closes #852
This commit is contained in:
Pekka Enberg
2025-02-01 17:23:41 +02:00
2 changed files with 0 additions and 45 deletions

23
.github/labeler.yml vendored
View File

@@ -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/**'

View File

@@ -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'