-
Notifications
You must be signed in to change notification settings - Fork 85
Activate workflow for automated version increments in pull-requests for eclipse.platform.releng #2991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activate workflow for automated version increments in pull-requests for eclipse.platform.releng #2991
Conversation
Set up for this repository the workflow for automated version increments in pull-requests added via - eclipse-platform#2352 But only for the projects in the 'eclipse.platform.releng' in order to avoid building the entire SDK just to check for version increments. Missing version increments in sub-modules cannot be handled in this repository anyway.
dc2be71
to
c1bace3
Compare
With the additional extension to the Unfortunately this is currently blocked by eclipse-platform/.eclipsefdn#13. I also experimented with using the standard GITHUB_TOKEN that we can at least get immediate feedback about the projects that need a bump in the meantime, but this doesn't work very well and would require further changes at the permissions I'm not inclined to do now. So we'll wait until the mentioned issues are resolved. |
Now that eclipse-platform/.eclipsefdn#12 is submitted, this is ready as well. |
The PR #2990 (comment) demonstrated that this works as desired. |
Set up for this repository the workflow for automated version increments in pull-requests added via #2352
Before this can work complete, the required PAT of the Platform-bot has to be added to this repo as described in the linked PR and requested in respectively done in
I'll create a PR for that as well.