-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Adds donation message to CI invocations #1154
Conversation
Signed-off-by: Prabhu Subramanian <[email protected]>
Docs changes pending? |
Signed-off-by: Prabhu Subramanian <[email protected]>
Let's not make it too easy to disable the banner :) |
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
|
||
export function printSponsorBanner(options) { | ||
if ( | ||
process?.env?.CI && |
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.
No idea why process
is undefined in deno. Is this a regression with the latest deno?
--noBanner |
I think this feature has had a great success. Most users happily added |
Active CycloneDX sponsors can pass the argument
--no-banner
to turn this off.