-
-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Thanks for the great project, it's really great stuff.
My project has a development style where we have a main development branch and then long-lived "stable" branches. For changes that need to be applied to stable branches, we use Mergify to create backport PRs to stable branches. Here's an example backport PR. The issue I'm running in to, is that these backport PRs do not have the correct author, labels, nor PR message for our release notes generation using this action.
Is there some way to have the action "remap" or "resolve" PRs based on some function or regex of the originally detected PRs?
Alternatively I can work on improving our backport automation to propagate the information from the original PR, but I figured I would ask about this "remapping" idea.