mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-31 15:04:19 +01:00
Add labeler
This commit is contained in:
17
.github/labeler.yml
vendored
Normal file
17
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
bindings/java:
|
||||
- 'bindings/java/**'
|
||||
|
||||
bindings/go:
|
||||
- 'bindings/go/**'
|
||||
|
||||
bindings/python:
|
||||
- 'bindings/python/**'
|
||||
|
||||
bindings/rust:
|
||||
- 'bindings/rust/**'
|
||||
|
||||
bindings/wasm:
|
||||
- 'bindings/wasm/**'
|
||||
|
||||
core:
|
||||
- 'core/**'
|
||||
17
.github/workflows/labeler.yml
vendored
Normal file
17
.github/workflows/labeler.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Labeler
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeler.yml
|
||||
Reference in New Issue
Block a user