Auto-labeling actions for pull requests (#6117)
This commit is contained in:
12
.github/workflows/labeler-pr.yml
vendored
Normal file
12
.github/workflows/labeler-pr.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: "Labels: PR"
|
||||
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user