How to Customize Sticky Comments
Get instructions on customizing sticky comments in Aviator with a configuration example. Sticky comments can provide you with the status of a PR within GitHub.
merge_rules:
status_comment:
# Optional. Valid values are "always", "queued", or "never".
# Default value is "always".
publish: "always"
# A message to include when the pull request is in the open state.
open_message: "..."
# A message to include when the pull request is in the queued state.
queued_message: "..."
# A message to include when the pull request is in the blocked state.
blocked_message: "..."
merge_rules:
enable_comments: trueLast updated
Was this helpful?
