File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # What items to show in the Github PR comment
2+ comment :
3+ layout : " header, diff, components"
4+
5+ component_management :
6+ default_rules : # default rules that will be inherited by all components
7+ statuses :
8+ - type : project # in this case every component that doens't have a status defined will have a project type one
9+ target : auto
10+ branches :
11+ - " !main"
12+ individual_components :
13+ - component_id : interpreter
14+ name : interpreter
15+ paths :
16+ - src/**
17+ - component_id : checked
18+ name : checked api crate
19+ paths :
20+ - crates/checked/**
21+ - component_id : interop
22+ name : interop crate
23+ paths :
24+ - crates/interop/**
25+ - component_id : linker
26+ name : linker crate
27+ paths :
28+ - crates/linker/**
You can’t perform that action at this time.
0 commit comments