fix(gha): labeler config (#63437)

This commit is contained in:
Huyen Nguyen
2025-11-03 02:59:08 -08:00
committed by GitHub
parent e6f0872708
commit c70b880ad8

27
.github/labeler.yml vendored
View File

@@ -1,19 +1,26 @@
'scope: curriculum':
- curriculum/challenges/**/*
- changed-files:
- any-glob-to-any-file: curriculum/challenges/**/*
'platform: learn':
- client/**/*
- changed-files:
- any-glob-to-any-file: client/**/*
'platform: api':
- api/**/*
- changed-files:
- any-glob-to-any-file: api/**/*
'scope: tools/scripts':
- tools/**/*
- .github/**/*
- utils/**/*
- e2e/**/*
- changed-files:
- any-glob-to-any-file:
- tools/**/*
- .github/**/*
- utils/**/*
- e2e/**/*
'scope: i18n':
- client/i18n/**/*
- config/crowdin/**/*
- shared/config/i18n/**/*
- changed-files:
- any-glob-to-any-file:
- client/i18n/**/*
- config/crowdin/**/*
- shared/config/i18n/**/*