|
| 1 | +ci: |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: |
| 4 | + - ".github/workflows/**" |
| 5 | + - ".github/dependabot.yml" |
| 6 | + - "lefthook.yml" |
| 7 | + - "pixi.toml" |
| 8 | + - "pixi.lock" |
| 9 | + |
| 10 | +api: |
| 11 | + - changed-files: |
| 12 | + - any-glob-to-any-file: |
| 13 | + - "api/**" |
| 14 | + |
| 15 | +# Per-service labels (coarse + fine-grained) |
| 16 | +services: |
| 17 | + - changed-files: |
| 18 | + - any-glob-to-any-file: |
| 19 | + - "services/**" |
| 20 | + |
| 21 | +frontend: |
| 22 | + - changed-files: |
| 23 | + - any-glob-to-any-file: |
| 24 | + - "services/frontend/**" |
| 25 | + |
| 26 | +gateway: |
| 27 | + - changed-files: |
| 28 | + - any-glob-to-any-file: |
| 29 | + - "services/gateway/**" |
| 30 | + |
| 31 | +incident-service: |
| 32 | + - changed-files: |
| 33 | + - any-glob-to-any-file: |
| 34 | + - "services/incident-service/**" |
| 35 | + |
| 36 | +event-service: |
| 37 | + - changed-files: |
| 38 | + - any-glob-to-any-file: |
| 39 | + - "services/event-service/**" |
| 40 | + |
| 41 | +rule-engine: |
| 42 | + - changed-files: |
| 43 | + - any-glob-to-any-file: |
| 44 | + - "services/rule-engine/**" |
| 45 | + |
| 46 | +user-service: |
| 47 | + - changed-files: |
| 48 | + - any-glob-to-any-file: |
| 49 | + - "services/user-service/**" |
| 50 | + |
| 51 | +notification-service: |
| 52 | + - changed-files: |
| 53 | + - any-glob-to-any-file: |
| 54 | + - "services/notification-service/**" |
| 55 | + |
| 56 | +webhook-service: |
| 57 | + - changed-files: |
| 58 | + - any-glob-to-any-file: |
| 59 | + - "services/webhook-service/**" |
| 60 | + |
| 61 | +genai-service: |
| 62 | + - changed-files: |
| 63 | + - any-glob-to-any-file: |
| 64 | + - "services/genai-service/**" |
| 65 | + |
| 66 | +infra: |
| 67 | + - changed-files: |
| 68 | + - any-glob-to-any-file: |
| 69 | + - "infra/**" |
| 70 | + - "docker-compose*.yml" |
| 71 | + |
| 72 | +docs: |
| 73 | + - changed-files: |
| 74 | + - any-glob-to-any-file: |
| 75 | + - "docs/**" |
| 76 | + - "README.md" |
| 77 | + - "*.md" |
| 78 | + |
| 79 | +tests: |
| 80 | + - changed-files: |
| 81 | + - any-glob-to-any-file: |
| 82 | + - "tests/**" |
| 83 | + |
| 84 | +deps: |
| 85 | + - changed-files: |
| 86 | + - any-glob-to-any-file: |
| 87 | + - "pixi.toml" |
| 88 | + - "pixi.lock" |
| 89 | + - ".github/dependabot.yml" |
0 commit comments