-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix(RHTAPREL-278): add copyright to match_conditions.go #322
base: main
Are you sure you want to change the base?
Conversation
/retest |
api/v1alpha1/match_conditions.go
Outdated
@@ -1,3 +1,19 @@ | |||
/* | |||
Copyright 2022. |
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.
wrong year
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.
Thanks. I am using the PR for testing the PR in e2e-tests.
7a93140
to
b09867d
Compare
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.
The right copyright notice to use is the following one:
/*
Copyright 2023 Red Hat Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
Probably we have to update other notices as well to include the company.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #322 +/- ##
==========================================
+ Coverage 84.58% 84.65% +0.07%
==========================================
Files 29 26 -3
Lines 1654 1382 -272
==========================================
- Hits 1399 1170 -229
+ Misses 175 152 -23
+ Partials 80 60 -20 ☔ View full report in Codecov by Sentry. |
ff054af
to
d66ab7c
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
New changes are detected. LGTM label has been removed. |
ff8c941
to
c6c6311
Compare
/retest |
c6c6311
to
5708596
Compare
@jinqi7 what is this PR for? It seems one day it is adding a copyright like the title says, and the next it is adding thousands of lines of change. And it keeps switching between those two |
e47185b
to
f869f17
Compare
Quality Gate passedIssues Measures |
@jinqi7: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Signed-off-by: Jing Qi <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #322 +/- ##
==========================================
- Coverage 84.95% 83.93% -1.02%
==========================================
Files 26 26
Lines 1396 1488 +92
==========================================
+ Hits 1186 1249 +63
- Misses 152 170 +18
- Partials 58 69 +11 ☔ View full report in Codecov by Sentry. |
/test release-service-e2e |
For debugging CI issue...