Skip to content

Commit

Permalink
chore: update labeller config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 13, 2024
1 parent 4d6f6a7 commit faab8a3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/pr-labeler.config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Additional labels to assign based on file changes
"documentation":
- documentation/**/*
# Patterns to match to auto-assign labels based on path changes
# https://github.com/actions/labeler/tree/v5/?tab=readme-ov-file#match-object

# Documentation
'documentation':
- changed-files:
- any-glob-to-any-file: 'documentation/**/*'

# Scripts
'scripts':
- changed-files:
- any-glob-to-any-file: 'packages/scripts/**/*'

0 comments on commit faab8a3

Please sign in to comment.