-
Notifications
You must be signed in to change notification settings - Fork 0
Fix Constants.java to satisfy PR gate requirements #8
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
Co-authored-by: GrumpyBud <[email protected]>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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
Updates Constants.java to comply with the repository’s CheckPullRequest merge gate, ensuring default competition configuration is used for pull requests.
Changes:
- Set
Constants.robottoRobotType.COMPBOT. - Set
Constants.tuningModetofalse.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Addresses review feedback on PR #6 requesting Constants.java be configured for merge.
Changes
robot = RobotType.COMPBOT(wasSIMBOT)tuningMode = false(wastrue)These values satisfy the
CheckPullRequestgate which blocks merges whenrobot != COMPBOT || tuningMode == true.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.