Skip to content

Remove message title when MSG_MINIMAL is true Done - #244

Merged
mrrobot47 merged 1 commit into
rtCamp:masterfrom
nktanwar:fix-msg-minimal-heading
Jun 5, 2026
Merged

mrrobot47 merged 1 commit into
rtCamp:masterfrom
nktanwar:fix-msg-minimal-heading

Conversation

@nktanwar

@nktanwar nktanwar commented Jan 8, 2026

Copy link
Copy Markdown
Contributor

What this PR does

When MSG_MINIMAL is set to true, the Slack message still included a title/heading derived from SLACK_TITLE.

This PR updates the minimal message mode to omit the field title entirely, ensuring the message is rendered without a heading, as expected.

Why this change is needed

The current behavior contradicts the intention of MSG_MINIMAL, which is to send a simplified message without additional headings or metadata.

Scope of change

  • Only affects MSG_MINIMAL=true
  • No changes to selective minimal mode (e.g. MSG_MINIMAL=ref,event)
  • No changes to default/full message behavior

Fixes #194

@mrrobot47
mrrobot47 merged commit 584ccdf into rtCamp:master Jun 5, 2026
1 check passed
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.

Remove Message heading when MSG_MINIMAL is true

2 participants