2024-05-21 08:52:14 +00:00
|
|
|
# Add 'vchart' label to any change within the 'vchart' package
|
|
|
|
vtable:
|
2023-06-07 10:15:17 +00:00
|
|
|
- packages/vtable/**
|
|
|
|
|
2024-05-21 08:52:14 +00:00
|
|
|
# Add 'react-vchart' label to any change within the 'react-vchart' package
|
|
|
|
react-vtable:
|
|
|
|
- packages/react-vtable/**
|
|
|
|
|
|
|
|
# Add 'openinula-vchart' label to any change within the 'openinula-vchart' package
|
|
|
|
openinula-vtable:
|
|
|
|
- packages/openinula-vtable/**
|
|
|
|
|
2023-06-07 10:15:17 +00:00
|
|
|
# Add 'test' label to any change to packages/*/__tests__/* files within the source dir
|
|
|
|
test:
|
|
|
|
- packages/*/__tests__/*
|
|
|
|
|
|
|
|
# Add 'docs' label to any change to docs/ files within the source dir
|
|
|
|
docs:
|
|
|
|
- docs/**
|
|
|
|
|
|
|
|
# Add 'eslint' label to any change to eslint files within the source dir
|
|
|
|
eslint:
|
|
|
|
- share/eslint-config/**
|
|
|
|
- packages/*/.eslintrc.js
|
|
|
|
|
|
|
|
# Add 'jest' label to any change to jest files within the source dir
|
|
|
|
jest:
|
|
|
|
- share/jest-config/**
|
|
|
|
- packages/*/jest.config.js
|
|
|
|
|
|
|
|
# Add 'typescript' label to any change to tsconfig files within the source dir
|
|
|
|
typescript:
|
|
|
|
- share/ts-config/**
|
|
|
|
- packages/*/tsconfig.json
|
|
|
|
- packages/*/tsconfig.eslint.json
|
|
|
|
|
|
|
|
# Add 'bundler' label to any change to tools/bunder/** files within the source dir
|
|
|
|
bundler:
|
|
|
|
- tools/bundler/**
|
|
|
|
- packages/*/bundler.config.js
|
|
|
|
|
|
|
|
# Add 'chore' label to any change to common/** files within the source dir
|
|
|
|
chore:
|
|
|
|
- common/**
|
2024-05-21 08:52:14 +00:00
|
|
|
- .github/**
|
|
|
|
- .vscode/**
|