Skip to content

Draft: Move BlogMergeRequest.critical_patch_release? to SharedStatus

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

Move BlogMergeRequest.critical_patch_release? to SharedStatus

  • Rename critical_patch_release to critical_patch_release
  • !3301 copied the same logic of critical_patch_release? from BlogMergeRequest to SharedStatus.
  • This commit completely removes the logic of critical_patch_release? in BlogMergeRequest, and let it depends on the new method in SharedStatus.

Author Check-list

  • Has documentation been updated?

Merge request reports