mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Added labeler workflow
This commit is contained in:
parent
96dac702e9
commit
08e4c9856e
9
.github/labeler.yml
vendored
Normal file
9
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
documentation:
|
||||||
|
- "**/*.md"
|
||||||
|
|
||||||
|
tests:
|
||||||
|
- "**/*_test.go"
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- g0.mod
|
||||||
|
- go.sum
|
10
.github/workflows/label.yml
vendored
Normal file
10
.github/workflows/label.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: Labeler
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
label:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v2
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
x
Reference in New Issue
Block a user