chore(CI): add labeler definition (#7)

This commit is contained in:
Jon Young
2024-07-05 09:30:24 -04:00
committed by GitHub
parent 7e194407f6
commit 30775373dc
+15
View File
@@ -0,0 +1,15 @@
documentation:
- changed-files:
- any-glob-to-any-file: "docs/**"
backend/api:
- changed-files:
- any-glob-to-any-file: "src/backend/api/**"
backend/backend:
- changed-files:
- any-glob-to-any-file: "src/backend/backend/**"
github_actions:
- changed-files:
- any-glob-to-any-file: ".github/workflows/*"