chore: PR team labeler (#6249)
This commit is contained in:
14
.github/workflows/team-labeler.yml
vendored
Normal file
14
.github/workflows/team-labeler.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
on:
|
||||
pull_request:
|
||||
issues:
|
||||
name: Label PR with team
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
jobs:
|
||||
team-labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: JulienKode/team-labeler-action@v1.1.0
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user