File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ ci codeowners parse ./my-repo --format json
119119ci codeowners parse --cache-file .custom-cache
120120```
121121
122- ### List Files
122+ #### List Files
123123
124124Find and list files with their owners based on filter criteria:
125125
@@ -152,7 +152,7 @@ ci codeowners list-files --unowned
152152ci codeowners list-files --format json
153153```
154154
155- ### List Owners
155+ #### List Owners
156156
157157Display aggregated owner statistics and file associations:
158158
@@ -172,7 +172,7 @@ ci codeowners list-owners
172172ci codeowners list-owners --format json
173173```
174174
175- ### List Tags
175+ #### List Tags
176176
177177Analyze tag usage across CODEOWNERS files:
178178
@@ -192,7 +192,7 @@ ci codeowners list-tags
192192ci codeowners list-tags --format json
193193```
194194
195- ### Inspect Files
195+ #### Inspect Files
196196
197197Get detailed ownership and tag information for a specific file:
198198
You can’t perform that action at this time.
0 commit comments