-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Backport of Add license-checker action that fails when any backported file contains BUSL header into release/1.14.x #18488
Backport of Add license-checker action that fails when any backported file contains BUSL header into release/1.14.x #18488
Conversation
0bdbf36
to
454e43e
Compare
f897cae
to
454e43e
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.
Auto approved Consul Bot automated PR
🤔 This PR has changes in the |
…ns BUSL header (#18485) * Add license-checker action that fails when any backported file contains BUSL header * Quote echoed variable to retain line breaks * Add ticket to reference for more details
454e43e
to
b9e098e
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.
Matches source PR
Backport
This PR is auto-generated from #18485 to be assessed for backporting due to the inclusion of the label backport/1.14.
The below text is copied from the body of the original PR.
Description
We want to make sure that we aren't accidentally backporting the BUSL license header into versions of Consul that should remain under MPL through the end of the year.
Testing & Reproduction steps
Run script locally on
main
where it should fail, identifying files which have the BUSL header, and on release branches such asrelease/1.16.x
where it should succeed since no files have the BUSL header.Links
PR Checklist
Overview of commits