You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spring-merge-dependabot-pr.yml for autoMergeSnapshots logic
The side effect is caused that even if an update is not a `SNAPSHOT`, and `autoMergeSnapshots == true`,
then PR is going to be merged without setting Milestone.
* Fix the logic introducing intermediate step to calculate `autoMerge` state.
* Introduce a new `autoMerge` input for this workflow to really enable merging without setting the Milestone
independently of the upgrade version status
0 commit comments