Skip to content

Commit 7bfeef1

Browse files
committed
Add PR labeler
1 parent 531f35e commit 7bfeef1

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/labeler.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
grammar:
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- syntaxes/**/*
5+
6+
extension:
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- src/**/*

.github/workflows/labeler.yml

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

0 commit comments

Comments
 (0)