
Workflows
Send message when MR is approved
This workflow automatically sends a message to the dedicated Slack channel when it is approved.
Comment on a merge request
Run this workflow to add a note (comment) on a GitLab merge request.
Approve merge request
Run this workflow to approve a merge request.
Send message when pipeline hook is received
This workflow automatically sends a message to the MR's dedicated channel when a pipeline hook is received. The hook status will be posted under a thread message.
Create merge request channel
This workflow automatically creates a dedicated Slack channel when a merge request is opened.
Send message when MR is merged
This workflow automatically sends a message to the merge request Slack channel when it is merged
Notify MR assignee and reviewers
This workflow automatically sends a Slack message to the users when they are added as a reviewer to a merge request.
Add comment to merge request with pin emoji
This workflow is triggered when the pin emoji is put on a message in a dedicated merge request channel. The message content is automatically added to the merge request as a comment.
Merge a merge request
Run this workflow to merge a GitLab merge request.
Onboard users who joined MR channel
When a user joins to MR updates channel, this workflow sends a direct message to the user from Slack. The message describes how to connect GitLab with Actioner and how to use the merge request review app.
Subscribe to GitLab events
This workflow creates a webhook on GitLab to subscribe to the merge request events from a selected project. If you want to subscribe events from multiple projects, you can re-run this workflow.
Notify channel when a commit is pushed to default branch
This workflow sends a message to the preselected main/master branch updates Slack channel when a new commit is pushed
Archive channel when MR is closed
When MR is closed or merged, this workflow sends a message that the channel will be archived and archives the Slack channel of the MR.
Send message when MR comment is added
This workflow automatically sends a message to the MR's dedicated Slack channel when someone posts a comment.
Set merge request update channel
This workflow creates a merge request channel on Slack with a given prefix. (#-gitlab-updates) Anyone who joins this channel will receive an onboarding message from Actioner to explain how to connect GitLab. Also, when a commit is pushed to the main branch, a message will be sent to this channel to notify your team.