File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
- name : Checkout repo
62
62
uses : actions/checkout@v2
63
63
- name : Update CODEOWNERS file
64
- uses : gmolau/codeowners@v0.1.3
64
+ uses : gmolau/codeowners@v0.1.4
65
65
- name : Commit CODEOWNERS file
66
66
uses : EndBug/add-and-commit@v7
67
67
with :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const (
17
17
codeownersFileName = "CODEOWNERS"
18
18
codeownersCommentPrefix = "#"
19
19
generatedFileName = ".github/CODEOWNERS"
20
- generatedFileWarning = "# GENERATED FILE, DO NOT EDIT!\n \n File generated by https://github.com/gmolau/codeowners"
20
+ generatedFileWarning = "# GENERATED FILE, DO NOT EDIT!\n \n # File generated by https://github.com/gmolau/codeowners"
21
21
)
22
22
23
23
// validateRoot takes a path and constructs a root from it. The path will be resolved to a clean,
You can’t perform that action at this time.
0 commit comments