mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-26 11:24:32 +01:00
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:
23
.github/labeler.yml
vendored
23
.github/labeler.yml
vendored
@@ -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/**'
|
||||
22
.github/workflows/labeler.yml
vendored
22
.github/workflows/labeler.yml
vendored
@@ -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'
|
||||
Reference in New Issue
Block a user