-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix: remove references to "bot" #39305
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
base: main
Are you sure you want to change the base?
Conversation
We dropped the "bot" from our terminology long ago, but it looks like we've got some outdated docs + code that reference it. We should remove this to keep things consistent.
ed8d94e to
e281cc7
Compare
| logger.debug('ensureReconfigurePrComment()'); | ||
| logger.trace({ config }); | ||
| let prCommentTemplate = `This is a reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome:\n\n`; | ||
| let prCommentTemplate = `This is a reconfigure PR comment to help you understand and re-configure your renovate settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome:\n\n`; |
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.
#39310 to capitalise
| } | ||
| // legacy/migrated issue | ||
| const reuseTitle = 'Update Dependencies (Renovate Bot)'; | ||
| const reuseTitle = 'Update Dependencies (Renovate)'; |
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.
Should probably go back?
| const reuseTitle = 'Update Dependencies (Renovate)'; | |
| const reuseTitle = 'Update Dependencies (Renovate Bot)'; |
| ### [\`v19.47.0\`](https://togithub.com/renovatebot/renovate/releases/19.47.0) | ||
| ##### Feat | ||
| ##### Features |
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.
Because we saved 4 characters, this is now back to the full word
Changes
We dropped the "bot" from our terminology long ago (as with #37535), but it
looks like we've got some outdated docs + code that reference it.
We should remove this to keep things consistent.
Context
Please select one of the below:
AI assistance disclosure
Did you use AI tools to create any part of this pull request?
Please select one option and, if yes, briefly describe how AI was used (e.g., code, tests, docs) and which tool(s) you used.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
The public repository: