mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-14 00:38:21 -07:00
Added labeler workflow
This commit is contained in:
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 }}"
|
||||
Reference in New Issue
Block a user