Skip to content

Commit 47f8a34

Browse files
authored
Merge pull request #250 from cgwalters/ci-labeler
ci: Add GH labeler workflow
2 parents 6656dab + 809e2d2 commit 47f8a34

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
documentation:
2+
- changed-files:
3+
- any-glob-to-any-file: 'docs/*'
4+
- any-glob-to-any-file: 'manpages-md'
5+
- README.md
6+
area/install:
7+
- changed-files:
8+
- any-glob-to-any-file: 'lib/src/install*'

.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+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
triage:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)