Skip to content

Conversation

@Kookster310
Copy link
Contributor

No description provided.

@Kookster310 Kookster310 merged commit 0851b2d into main Oct 3, 2025
3 of 4 checks passed
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on October 21

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bug: Database Setup Output References Unused Variables

The database setup output incorrectly references {{MYSQL_USERNAME}} and {{MYSQL_PASSWORD}}. Since user creation was removed, these variables are no longer used in database operations, making the output misleading about the user and password being used.

.github/templates/db.yaml#L21-L23

SELECT CONCAT('Created database: pm4_', 'ci-{{INSTANCE}}', '_ai') AS setup_info;
SELECT CONCAT('Using admin user: ', '{{MYSQL_USERNAME}}', '@%') AS setup_info;
SELECT CONCAT('Password: ', '{{MYSQL_PASSWORD}}') AS setup_info;

Fix in Cursor Fix in Web


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants