quarkiverse / .github

Reusable Workflows
https://docs.github.com/en/actions/administering-github-actions/sharing-workflows-secrets-and-runners-with-your-organization
Apache License 2.0
0 stars 2 forks source link

create a PR to update quarkus-platform after a release #5

Open scrocquesel opened 4 hours ago

scrocquesel commented 4 hours ago

When we release a new version, we need to wait for the workflow to finish and artefacts be available to proceed with ./mvnw -Dsync. Would be awesome if the release workflow take care of this for us.

@metacosm implements a job in QOSDK and it think it could be generalized to extension that belongs to quarkus platform.

gastaldi commented 3 hours ago

Isn't that what dependabot does?

UPDATE: I misundertood, looking at the link I see it's a PR to the platform, not the other way around