We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@HannesWell created a bot that does that automatically for platform. Maybe you would like to adapt it for cdt too. https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/.github/workflows/checkVersions.yml
Originally posted by @akurtakov in #919 (comment)
The text was updated successfully, but these errors were encountered:
If you can run CDT's maven build with a simple mvn verify it shouldn't be a problem to re-use it: https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/05d5c80188cc061c9a22b3b1cc86307686371009/.github/workflows/checkVersions.yml#L45-L47
mvn verify
See for example the PR in PDE how this can be set up: eclipse-pde/eclipse.pde#1408
The biggest task is then probably to get the Personal Access token from the EF infra team:
If you ask for that you can also ask for a nice profile picture for the bot like in
And be careful to select the correct mail address of the bot to built the connection right:
Sorry, something went wrong.
No branches or pull requests
@HannesWell created a bot that does that automatically for platform. Maybe you would like to adapt it for cdt too. https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/.github/workflows/checkVersions.yml
Originally posted by @akurtakov in #919 (comment)
The text was updated successfully, but these errors were encountered: