Skip to content

Commit 32a8dc6

Browse files
authored
Add 2027 labeler (#765)
1 parent a2b6f6a commit 32a8dc6

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
'2027':
2+
- base-branch: '2027'

.github/workflows/labeler.yml

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

0 commit comments

Comments
 (0)