generated from nhcarrigan/template
Disable mention pings in Keiko's log messages #12
Reference in New Issue
Block a user
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?
Description
We want to make sure that any mentions appearing in Keiko's log messages don't accidentally ping users. Right now, if a log message happens to include something that looks like a mention (like
@username), it could trigger notifications for that user — which isn't ideal for automated logging!The solution is to configure Keiko's log messages with
allowedmentions: parse: [], which tells the system to parse the message but not to actually ping anyone based on what it finds.What this means
This is a small but meaningful quality-of-life improvement. It ensures that:
Acceptance Criteria
allowedmentions: parse: []@testuser) is generated and confirmed to NOT ping that user