-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
in: buildAn issue in the buildAn issue in the buildtype: enhancementA general enhancementA general enhancement
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.
Metadata
Metadata
Assignees
Labels
in: buildAn issue in the buildAn issue in the buildtype: enhancementA general enhancementA general enhancement