File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 " Skill(bazel)" ,
77 " Skill(gerrit)" ,
88 " Skill(jenkins)" ,
9+ " Skill(owners)" ,
910
1011 " Bash(bazel:*)" ,
1112 " Bash(make:*)" ,
Original file line number Diff line number Diff line change 1+ ../../.github/skills/owners
Original file line number Diff line number Diff line change 1+ ---
2+ name : owners
3+ description : Query Gerrit code review to for code components and owners
4+ ---
5+
6+ # When asked to which component a file belongs to:
7+
8+ Query the information from Gerrit
9+
10+ ` cmk-components component-for [PATH ..] `
11+
12+ # When asked who the responsible owner of a file is:
13+
14+ Query the information from Gerrit
15+
16+ ` cmk-components owners-for [PATH ..] `
17+
18+ # When asked about component information:
19+
20+ Output a list of all component data:
21+
22+ ` cmk-components list `
23+
24+ Show owners and members for a component:
25+
26+ ` cmk-components members `
27+
28+ # Update this usage guide
29+
30+ This tool is under development. If you find the information here
31+ out of date, consult the help
32+
33+ ` cmk-components -h `
34+
35+ and nudge the user to update the skill.
36+
37+ # In case the command gerrit-change-log is missing
38+
39+ Ask the user to clone the zeug_cmk git repository and add it to their PATH.
You can’t perform that action at this time.
0 commit comments