Open
Description
When the Gradle Wrapper Bot creates a PR to update Gradle, it does it for only one branch. When forward porting to other branches, no forward port issues attached to the other affected versions are created. Thus, those forward port issues must be created manually.
There are at least two alternatives to creating the forward port issues manually:
- Configure the bot to create an upgrade PR for each branch. The downside here is that there is that it quadratically increases the amount of forward porting to be done
- Configure the bot to include the PR number in the commit, like
Closes PR-13456
. In that case, the forward port bot will create the appropriate issues automatically while forward porting.