Skip to content

Add example bot message to action

Alexander Turinske requested to merge 438272-add-example-message into master

What does this MR do and why?

Add example bot message to action

  • add example pngs to docs
  • add help page path and icon
Number Description MR
1 Creates skeleton structure Create bot comment action (!149931 - merged)
2 Allow adding bot comment action in rule mode and add yaml validation Add functionality for bot message action (!150570 - merged)
3 Update behavior around removing the send_bot_message action Update rule mode for bot message action (!151464 - merged)
4 Complete design of bot comment action 👈
5 Update yaml validation and alert behavior Update yaml validation for actions (!151697 - merged)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Old version

Screenshot_2024-04-30_at_18.49.10

bot_message_action_

docs

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Upload a GitLab Ultimate license
  2. Enable the feature flag
echo "Feature.enable(:approval_policy_disable_bot_comment)" | rails c
  1. Navigate to a project => Secure => Policies => New policy => Scan result policy
  2. Verify the bot comment action matches the designs

Related to #438272 (closed)

Edited by Alexander Turinske

Merge request reports