Skip to content

Remove message title when MSG_MINIMAL is true Done#244

Open
nktanwar wants to merge 1 commit intortCamp:masterfrom
nktanwar:fix-msg-minimal-heading
Open

Remove message title when MSG_MINIMAL is true Done#244
nktanwar wants to merge 1 commit intortCamp:masterfrom
nktanwar:fix-msg-minimal-heading

Conversation

@nktanwar
Copy link
Copy Markdown

@nktanwar nktanwar commented Jan 8, 2026

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

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

1 participant