10 lines
310 B
YAML
10 lines
310 B
YAML
# Any python files modifed but no test files modified
|
|
add-test-cases:
|
|
- all:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'frappe/**/*.py'
|
|
- all-globs-to-all-files: '!frappe/**/test*.py'
|
|
|
|
# Add 'release' label to any PR that is opened against the `main` branch
|
|
release:
|
|
- base-branch: ['^version-\d+$']
|