-
Couldn't load subscription status.
- Fork 0
Store type merge ci fix #287
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
Merge 1.8.4 to main
…mit to this repo's main. Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
New Pull Request - all:main
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.
Pull Request Overview
This PR addresses CI/CD workflow issues related to branch naming for store type updates, along with configuration updates including new store types, corrected naming conventions, and standardized documentation strings.
Key changes:
- Enhanced branch naming logic to differentiate main branch updates from other branches
- Added Axis IP Camera store type configuration with authentication and certificate usage settings
- Corrected Bosch IP Camera naming from "BIPCamera" to "BoschIPCamera" for consistency
- Added UseShellCommands parameter to multiple Linux-based store configurations
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/update-stores.yml | Updated branch naming strategy and improved console logging format |
| store_types.json | Added new store types, corrected names, standardized descriptions, and added UseShellCommands parameter |
| cmd/store_types.json | Mirrored changes from store_types.json for command-line tool configuration |
Comments suppressed due to low confidence (2)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "DependsOn": "", | ||
| "Type": "Bool", | ||
| "DefaultValue": "True", | ||
| "Description": "Recommended to be set to the default value of 'Y'. For a detailed explanation of this setting, please refer to [Use Shell Commands Setting](#use-shell-commands-setting)" |
Copilot
AI
Oct 22, 2025
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 description references a default value of 'Y', but the DefaultValue field is set to 'True'. This inconsistency could confuse users. Consider updating the description to reference 'True' instead of 'Y'.
| "Description": "Recommended to be set to the default value of 'Y'. For a detailed explanation of this setting, please refer to [Use Shell Commands Setting](#use-shell-commands-setting)" | |
| "Description": "Recommended to be set to the default value of 'True'. For a detailed explanation of this setting, please refer to [Use Shell Commands Setting](#use-shell-commands-setting)" |
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
ab496dc to
fd8665b
Compare
No description provided.