/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/labeler.yml
22 строки
627 B
Liam DeBeasi
chore(ci): update labeler workflow for labeler@v5 (#28627)
05 дек 2023, 00:31
Не верифицирован
05 дек 2023, 00:31
4847488
Код
Авторство
О чём код?
# This is used with the label workflow which # will triage pull requests and apply a label based on the # paths that are modified in the pull request. # # For more information, see: # https://github.com/actions/labeler 'package: core': - changed-files: - any-glob-to-any-file: ['core/**/*'] 'package: angular': - changed-files: - any-glob-to-any-file: ['packages/angular/**/*', 'packages/angular-*/**/*'] 'package: react': - changed-files: - any-glob-to-any-file: ['packages/react/**/*', 'packages/react-*/**/*'] 'package: vue': - changed-files: - any-glob-to-any-file: ['packages/vue/**/*', 'packages/vue-*/**/*']