-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove execute bit from green_defconfig #4077
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
Conversation
I believe it was added by accident, none of the other defconfig files have it set.
1512e72 to
8431c29
Compare
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
You can disable this status message by setting the 📝 WalkthroughWalkthroughThe configuration was updated to remove the "dev0" version suffix and set the deployment mode from "development" to "production." This alters both the version labeling and the deployment environment in the affected configuration file. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant ConfigFile
Developer->>ConfigFile: Set VERSION_SUFFIX = ""
Developer->>ConfigFile: Set DEPLOYMENT = "production"
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
sairon
left a comment
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.
I noticed this quite a while ago but I didn't remove it as I thought it was a nice easter egg 😅
It was introduced before I started to maintain HAOS, so I wonder, is this an intentional easter egg or is it an actual mistake? @agners might know 👀
|
Oh, it would be "green" on purpose? Still weird IMHO :) |
|
Hehe, lool, no, that wasn't intentional. But nice easter egg "find" 😅 |

Hi,
I believe it was added by accident, none of the other defconfig files have it set.
Summary by CodeRabbit