Add a processor to remind engineers to backport Flaky Test fixes

Problem

Flaky tests fixes are rarely backported

Flaky failures are addressed on the default branch, but not backported to the stable branches.

Proposal

Add a processor to remind engineers to backport Flaky Test fixes by observing labels.

Validate: Do we apply failureflaky-test to MRs?

If a Merge Request possesses labels typebug AND failureflaky-test , a reminder should be given to suggest backporting the flaky test fix to the past 3 releases.

This comment should be added post-merge

Edited by Dan Davison