Skip to content

Commit b4dba68

Browse files
authored
Add labeler
1 parent 5ce97d8 commit b4dba68

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v7:
2+
- base-branch: "7.x"

.github/workflows/labeler.yml

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

0 commit comments

Comments
 (0)