-
Notifications
You must be signed in to change notification settings - Fork 11
chore: rename source other to manual #820
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
chore: rename source other to manual #820
Conversation
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 renames the SourceOther class and related references to SourceManual to improve clarity for users about manual scope configuration requirements.
- Renamed
SourceOtherclass toSourceManualwith corresponding field name change - Updated type annotations and error messages to use the new naming
- Simplified error message format for better readability
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
|
🧪 CI InsightsHere's what we observed from your CI run for c0ce9ab. 🟢 All jobs passed!But CI Insights is watching 👀 |
It makes more obvious that user has to do other stuffs manually. Change-Id: Ice3f956e29313e5f2f7552d2fb229bdfe7a9d5b3
4433789 to
c0ce9ab
Compare
It makes more obvious that user has to do other stuffs manually.