File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
- name : The name of your action here
2
- description : Provide a description here
3
- author : Your name or organization here
1
+ name : CODEOWNERS coverage checker
2
+ description :
3
+ Checks if all files in the repository are covered by the CODEOWNERS file.
4
+ author : joelharkes
4
5
5
6
# Add your action's branding here. This will appear on the GitHub Marketplace.
6
7
branding :
@@ -9,15 +10,20 @@ branding:
9
10
10
11
# Define your inputs here.
11
12
inputs :
12
- milliseconds :
13
- description : Your input description here
14
- required : true
15
- default : ' 1000'
13
+ include-gitignore :
14
+ description : Wether or not to exclude files from .gitignore.
15
+ required : false
16
+ default : ' false'
17
+ ignore-default :
18
+ description : Wether to ignore the default * CODEOWNERS line.
19
+ required : false
20
+ default : ' false'
21
+ files :
22
+ description : Files to check, can be used to only check git modified files.
23
+ required : false
16
24
17
25
# Define your outputs here.
18
26
outputs :
19
- time :
20
- description : Your output description here
21
27
22
28
runs :
23
29
using : node20
You can’t perform that action at this time.
0 commit comments