Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mattermost Alert Flow #5173

Open
wants to merge 2 commits into
base: matiasb/mattermost-chatops
Choose a base branch
from

Conversation

ravishankar15
Copy link
Contributor

What this PR does

Which issue(s) this PR closes

Mattermost message screenshot,

Screenshot 2024-10-14 at 1 21 45 PM

Related to [issue link here]

Checklist

  • Unit, integration, and e2e (if applicable) tests updated
  • Documentation added (or pr:no public docs PR label added if not required)
  • Added the relevant release notes label (see labels prefixed w/ release:). These labels dictate how your PR will
    show up in the autogenerated release notes.

Add message type column

Fix minor changes
if self.alert_group.acknowledged:
actions.append(_make_actions("unacknowledge", "Unacknowledge", token))
else:
actions.append(_make_actions("acknowledge", "Acknonwledge", token))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: Acknonwledge -> Acknowledge

Also visible in your screenshot :)

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.

2 participants