Change Danger failure to warning for backports
What does this MR do and why?
This cherry picks two commits:
!104870 (merged) was added in 15.7. It causes Danger to fail on any MRs targeting versions outside the extended maintenance policy (last three versions). In 15.9, we decided to change that failure to just a warning because we need the ability to merge into older branches. That was done with these two commits. This means that MRs targeting 15-8-stable-ee
and 15-7-stable-ee
will still fail due to the original rule. So here we backport the update into 15-7-stable-ee
.
Screenshots or screen recordings
N/A
How to set up and validate locally
N/A
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Steve Abrams