CI: improve pull requests labeler (#2863)

This commit is contained in:
Alexandr Garbuzov 2023-06-20 09:41:40 +03:00 committed by GitHub
parent 697c3e52b4
commit ae6e2cc31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/labeler.yml vendored
View file

@ -1,7 +1,12 @@
themes: themes/index.js
doc-translation: docs/*
card-i18n: src/translations.js
documentation: readme.md
card-i18n:
- src/translations.js
- src/common/I18n.js
documentation:
- readme.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
dependencies:
- package.json
- package-lock.json