Skip to content

Commit

Permalink
Merge pull request #253 from cgwalters/fix-labeler
Browse files Browse the repository at this point in the history
labeler: Fix syntax
  • Loading branch information
cgwalters committed Jan 5, 2024
2 parents 4a5193e + fddef2e commit 1a64d26
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
documentation:
- changed-files:
- any-glob-to-any-file: 'docs/*'
- any-glob-to-any-file: 'manpages-md'
- README.md
- any-glob-to-any-file:
- 'docs/*'
- 'manpages-md/*'
- README.md

area/install:
- changed-files:
- any-glob-to-any-file: 'lib/src/install*'

0 comments on commit 1a64d26

Please sign in to comment.