action
This commit is contained in:
11
.gitea/workflow/labeler.yml
Normal file
11
.gitea/workflow/labeler.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: Pull Request Labeler
|
||||||
|
on:
|
||||||
|
pull_request_target
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
label:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v3.0.2
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.TOKEN_GITHUB }}"
|
||||||
Reference in New Issue
Block a user