mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
35 lines
734 B
YAML
35 lines
734 B
YAML
# @see https://github.com/actions/labeler
|
|
|
|
rust:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['crates/**', 'Cargo.toml']
|
|
|
|
typescript:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
[
|
|
'devtools/**',
|
|
'packages/**',
|
|
'package.json',
|
|
'pnpm-*.yaml',
|
|
'eslint.config.js',
|
|
'tsconfig.json',
|
|
]
|
|
|
|
'CI/CD':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['.github/**']
|
|
|
|
'repo maintenance':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
[
|
|
'devtools/**',
|
|
'.npmrc',
|
|
'.nvmrc',
|
|
'.prettierrc',
|
|
'.prettierignore',
|
|
'renovate.json',
|
|
'turbo.json',
|
|
]
|