Skip to content

Commit

Permalink
ci: labeler conf migrated to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed May 6, 2024
1 parent 323b57f commit 917e1db
Showing 1 changed file with 37 additions and 41 deletions.
78 changes: 37 additions & 41 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,46 @@ AnyChange:
- any-glob-to-any-file: '**'

data:
- any:
- changed-files:
- any-glob-to-any-file:
- analysis/*
- build/*
- data/*
- changed-files:
- any-glob-to-any-file:
- analysis/*
- build/*
- data/*

docs:
- any:
- changed-files:
- any-glob-to-any-file:
- _layouts/*
- assets/*
- docs/*
- project-management/*
- _config.yml
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- LICENSE-AGPL.md
- LICENSE-CCBY.md
- README.md
- SECURITY.md
- site.webmanifest
- changed-files:
- any-glob-to-any-file:
- _layouts/*
- assets/*
- docs/*
- project-management/*
- _config.yml
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- LICENSE-AGPL.md
- LICENSE-CCBY.md
- README.md
- SECURITY.md
- site.webmanifest

github:
- any:
- changed-files:
- any-glob-to-any-file:
- .github/*
- .husky/*
- changed-files:
- any-glob-to-any-file:
- .github/*
- .husky/*

src:
- any:
- changed-files:
- any-glob-to-any-file:
- .dockerignore
- .gitattributes
- .gitignore
- example.env
- src/*
- test/*
- changed-files:
- any-glob-to-any-file:
- .dockerignore
- .gitattributes
- .gitignore
- example.env
- src/*
- test/*

0 comments on commit 917e1db

Please sign in to comment.