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 8610e02 commit 9566dcf
Showing 1 changed file with 41 additions and 29 deletions.
70 changes: 41 additions & 29 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,48 @@
data:
- analysis/*
- build/*
- data/*
any:
changed-files:
any-glob-to-any-file:
- analysis/*
- build/*
- data/*

docs:
- _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
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

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

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

0 comments on commit 9566dcf

Please sign in to comment.