ci: add auto labels on PR (#6369)
* ci: add auto labels * ci(labeler): add glob for src/protocols * ci: adapt to vaxerski request
This commit is contained in:
parent
bf75723f27
commit
1f71d5f5c1
2 changed files with 95 additions and 0 deletions
12
.github/workflows/labeler.yml
vendored
Normal file
12
.github/workflows/labeler.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
Loading…
Add table
Add a link
Reference in a new issue