# 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': - packages/angular/**/* - packages/angular-*/**/* 'package: react': - packages/react/**/* - packages/react-*/**/* 'package: vue': - packages/vue/**/* - packages/vue-*/**/*