Skip to content

Commit

Permalink
Expand labeler options
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Sep 22, 2023
1 parent 30fc1b9 commit a59c8e9
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,40 @@ snippet:
collection:
- content/collections/**/*.yaml
content:
- content/**/*.md
- content/**/*.yaml
- content/**
design:
- design/**
web:
- src/**
- .babelrc
- astro.config.mjs
- netlify.toml
- package-lock.json
- package.json
development:
- .github/**
- .vscode/**
- .eslintrc.json
- .gitattributes
- .gitignore
- .prettierignore
- .prettierrc
- jsconfig.json
backend:
- src/blocks/**
- src/scripts/**
ci/cd:
- .github/**
- netlify.toml
dependencies:
- package-lock.json
ui/ux:
- src/components/**
- src/icons/**
- src/layouts/**
- src/pages/**
- src/styles/**
tests:
- src/test/**


0 comments on commit a59c8e9

Please sign in to comment.