summaryrefslogtreecommitdiff
path: root/.gitlab/merge_request_templates/Revert To Resolve Incident.md
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/merge_request_templates/Revert To Resolve Incident.md')
-rw-r--r--.gitlab/merge_request_templates/Revert To Resolve Incident.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Revert To Resolve Incident.md b/.gitlab/merge_request_templates/Revert To Resolve Incident.md
index 33b23faad4b..17ff239bbd4 100644
--- a/.gitlab/merge_request_templates/Revert To Resolve Incident.md
+++ b/.gitlab/merge_request_templates/Revert To Resolve Incident.md
@@ -6,5 +6,9 @@
- [ ] Create an issue to reinstate the merge request and assign it to the author of the reverted merge request.
- [ ] If the revert is to resolve a ['broken master' incident](https://about.gitlab.com/handbook/engineering/workflow/#broken-master), please read through the [Responsibilities of the Broken 'Master' resolution DRI](https://about.gitlab.com/handbook/engineering/workflow/#responsibilities-of-the-resolution-dri)
+- [ ] Add the appropriate labels **before** the MR is created (we can only skip CI/CD jobs if the labels are added **before** the CI/CD pipeline gets created)
/label ~"pipeline:expedite" ~"master:broken"
+
+<!-- If applicable, specifying the regression label in the current milestone will skip additional CI/CD jobs (e.g. Danger changelog checks) -->
+<!-- /label ~regression: -->