Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
production
-
None
-
ea67c51fc (master)
Description
It seems that no real sanitization of the footers are happening in sanity bot. If particular footer does not match a pre-programmed footer, then it is ignored. This is appearent when the requisite space following the colon is omitted.
// Wrong
Pick-to:6.5
// Correct
Pick-to: 6.5
The sanity bot should warn about missing spaces for all footers to ensure that the rest of the checks are run properly.