Skip to content

Commit

Permalink
Add Labels to Directories
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Jul 21, 2023
1 parent 8a2d9a2 commit fedc6ce
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
#
# Add project labels
#

# Add 'Documentation' label to any changes in the documentation

'Documentation':
- documentation/**
- *.md

# Add 'Website' label to any changes in the web directory

'Website':
- web/**

# Add 'Base' label to any changes in the base directory

'Base':
- base/**

# Add 'Models' label to any changes in the models directory

'Models':
- models/**

# Add 'Modules' label to any changes in the modules directory

'Modules':
- modules/**

'GitHub Actions':
- .github/workflows/**

0 comments on commit fedc6ce

Please sign in to comment.