Fix chat poller bot identity default/logging for hyphenated bot name #128
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed
Gateway startup logs report:
The actual bot name/login for this deployment is
auto-review.Related/superseded issue: #80 (
Use @auto-review mention for bot comments).Why this matters
If the chat poller is using the underscore default instead of the configured Forgejo bot identity, it may misclassify self-authored comments or miss/handle mentions incorrectly. At minimum, the startup log is misleading for operators validating bot identity.
Expected
@auto-review, matching the public bot identity.auto_reviewwhen the single-binary rollout usesauto-reviewas the public bot identity.@auto_reviewshould remain as a temporary compatibility alias during the transition.Acceptance criteria
@auto-revieware recognized.@auto_reviewremains as a temporary compatibility alias.