Option to disable subscription when creating Merge Request
🚀 Feature request
Disable subscription when creating Merge Request
Is there an existing issue for this?
Please search existing issues to avoid creating duplicates
-
I have searched the existing issues
Feature description
We have a designated user account, which reports pipeline failures to slack. That way we get a notification when the dependabot pipeline fails. When creating a MR, dependabot enables subscribed
by default, which means that when the MR is merged we get a notification about that in slack. Either specifying subscribed: false
in the .gitlab/dependabot.yaml
or a ENV MR_SUBSCRIBED=false
would work for us.
See https://docs.gitlab.com/ee/api/merge_requests.html#create-mr for relevant field.