Skip to content

Update deprecation and removal templates for correct labels

Mark Wood requested to merge master-patch-9956 into master

What does this MR do and why?

Describe in detail what your merge request does and why.

When creating removal notices, using the existing Removals MR template causes a Danger bot error such as the following:

Screenshot_2023-05-12_at_3.00.48_PM

This is because the label typemaintenance is added without a corresponding sub-type.

Looking at the Work type classification documentation, it would appear that this should be classified as maintenanceremoval.

I have also updated the Deprecations MR template to use the maintenanceremoval label as it does not appear that the maintenancerefactor sub-classification was correct based on the above documentation.

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports