Skip to content

Commit

Permalink
Merge pull request #250 from cgwalters/ci-labeler
Browse files Browse the repository at this point in the history
ci: Add GH labeler workflow
  • Loading branch information
jmarrero committed Jan 3, 2024
2 parents 6656dab + 809e2d2 commit 47f8a34
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
documentation:
- changed-files:
- any-glob-to-any-file: 'docs/*'
- any-glob-to-any-file: 'manpages-md'
- README.md
area/install:
- changed-files:
- any-glob-to-any-file: 'lib/src/install*'
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

0 comments on commit 47f8a34

Please sign in to comment.