-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update license headers for .github yamls #907
Update license headers for .github yamls #907
Conversation
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
[CHATOPS:HELP] ChatOps commands.
|
Codecov Report
@@ Coverage Diff @@
## master #907 +/- ##
==========================================
+ Coverage 19.19% 19.20% +0.01%
==========================================
Files 422 422
Lines 19548 19548
==========================================
+ Hits 3752 3754 +2
+ Misses 15586 15585 -1
+ Partials 210 209 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -260,6 +260,7 @@ clean: | |||
license: | |||
MAINTAINER=$(MAINTAINER) \ | |||
go run hack/license/gen/main.go ./ | |||
go run hack/license/gen/main.go .github |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Signed-off-by: Rintaro Okamura rintaro.okamura@gmail.com
Description:
The files under the .github directory are forgot to update in #905.
Related Issue:
nothing
How Has This Been Tested?:
nothing
Environment:
Types of changes:
Changes to Core Features:
Checklist: