mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
22 lines
449 B
YAML
22 lines
449 B
YAML
# 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':
|
|
- core/**/*
|
|
|
|
'package: angular':
|
|
- angular/**/*
|
|
- packages/angular-*/**/*
|
|
|
|
'package: react':
|
|
- packages/react/**/*
|
|
- packages/react-*/**/*
|
|
|
|
'package: vue':
|
|
- packages/vue/**/*
|
|
- packages/vue-*/**/*
|