seitime-frappe/.github/labeler.yml
Ankush Menat 931e1d64a2
ci: fix labeller (#24935)
* ci: fix labeller

* ci: fix labeller workflow
2024-02-19 07:04:45 +00:00

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+$']