Fix labeler labelling everything as backend (#2041)

This commit is contained in:
Gold856
2025-08-06 17:31:36 -04:00
committed by GitHub
parent 923f9564dc
commit 2c98d10a92

7
.github/labeler.yml vendored
View File

@@ -1,7 +1,8 @@
"backend":
- changed-files:
- any-glob-to-any-file: [photon-core/**, photon-server/**]
- all-globs-to-all-files: "!photon-server/src/main/resources/web/index.html"
- 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/**]