Skip to content

Commit 8ba5457

Browse files
authored
Create labeler.yml
1 parent 372153e commit 8ba5457

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "Pull Request Labeler"
2+
3+
on: pull_request_target
4+
5+
jobs:
6+
label:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@77a4082b841706ac431479b7e2bb11216ffef250

0 commit comments

Comments
 (0)