Skip to content

Commit 3410f88

Browse files
authored
Merge pull request #155 from fwcd/labeler
Add PR labeler
2 parents 531f35e + 7bfeef1 commit 3410f88

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/labeler.yml

Lines changed: 9 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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)