mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
fix(gha): labeler config (#63437)
This commit is contained in:
27
.github/labeler.yml
vendored
27
.github/labeler.yml
vendored
@@ -1,19 +1,26 @@
|
|||||||
'scope: curriculum':
|
'scope: curriculum':
|
||||||
- curriculum/challenges/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: curriculum/challenges/**/*
|
||||||
|
|
||||||
'platform: learn':
|
'platform: learn':
|
||||||
- client/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: client/**/*
|
||||||
|
|
||||||
'platform: api':
|
'platform: api':
|
||||||
- api/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: api/**/*
|
||||||
|
|
||||||
'scope: tools/scripts':
|
'scope: tools/scripts':
|
||||||
- tools/**/*
|
- changed-files:
|
||||||
- .github/**/*
|
- any-glob-to-any-file:
|
||||||
- utils/**/*
|
- tools/**/*
|
||||||
- e2e/**/*
|
- .github/**/*
|
||||||
|
- utils/**/*
|
||||||
|
- e2e/**/*
|
||||||
|
|
||||||
'scope: i18n':
|
'scope: i18n':
|
||||||
- client/i18n/**/*
|
- changed-files:
|
||||||
- config/crowdin/**/*
|
- any-glob-to-any-file:
|
||||||
- shared/config/i18n/**/*
|
- client/i18n/**/*
|
||||||
|
- config/crowdin/**/*
|
||||||
|
- shared/config/i18n/**/*
|
||||||
|
|||||||
Reference in New Issue
Block a user