1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
documentation:
- any:
- changed-files:
- any-glob-to-any-file: "doc/**/*"
- any-glob-to-any-file: "examples/**/*"
- any-glob-to-any-file: "examples_trame/**/*"
- any-glob-to-any-file: "*.md"
maintenance:
- any:
- changed-files:
- any-glob-to-any-file: ".github/**/*"
- any-glob-to-any-file: "codecov.yml"
- any-glob-to-any-file: "Makefile"
- any-glob-to-any-file: "pyproject.toml"
- any-glob-to-any-file: ".pre-commit-config.yaml"
dependencies:
- any:
- changed-files:
- any-glob-to-any-file: "requirements*"
- any-glob-to-any-file: ".pre-commit-config.yaml"
docker:
- any:
- changed-files:
- any-glob-to-any-file: "docker/**/*"
- any-glob-to-any-file: ".dockerignore"
|