eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
164 stars 130 forks source link

Set up workflow for automated version increments in pull-requests #3021

Closed HannesWell closed 1 month ago

HannesWell commented 1 month ago

Set up for this repository the workflow for automated version increments in pull-requests added via https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2352

The EF infra team has already added the required PAT of the Platform-bot to this repo as requested via

Author checklist

HannesWell commented 1 month ago

With the current setup, which is the same as for other Eclipse TLP repositories, the check for merge commits is not executed on PRs anymore that target another branch than master. I know you actively develop on multiple branches and therefore wonder if that's a problem? If yes, I can update the workflows to restore the previous behavior.

HannesWell commented 1 month ago

With the current setup, which is the same as for other Eclipse TLP repositories, the check for merge commits is not executed on PRs anymore that target another branch than master.

The previous behavior is now preserved exactly as it is.

@iloveeclipse can you please review this?

jukzi commented 1 month ago

lets try it.

HannesWell commented 1 month ago

Looks like it works as desired: https://github.com/eclipse-jdt/eclipse.jdt.core/pull/3032#issuecomment-2383091748