Files
PhotonVision/.github/labeler.yml

18 lines
517 B
YAML

"backend":
- all:
- changed-files:
- any-glob-to-any-file: [photon-core/**, photon-server/**]
- all-globs-to-all-files: "!photon-server/src/main/resources/web/index.html"
"documentation":
- changed-files:
- any-glob-to-any-file: [docs/**, photon-docs/**]
"frontend":
- changed-files:
- any-glob-to-any-file: photon-client/**
"photonlib":
- changed-files:
- any-glob-to-any-file: photon-lib*/**
"website":
- changed-files:
- any-glob-to-any-file: website/**