Skip to content

Commit

Permalink
Document checkVersions and publishVersionCheckResults workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jan 27, 2025
1 parent 8552bf6 commit 5d2fe69
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@ It checks all artifacts that match the provided range and suggest a lower bound

Workflow that could be used as a timed action to check if any automatic code cleanup can be performed.
Actions to perform must be defined in the configuration of the [quickfix-and-cleanup-mojo](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md#new-quickfix-and-cleanup-mojo)
that is called by this action. For this purpose it uses the follwoing execution ids `cleanups` and `quickfixes`
that is called by this action. For this purpose it uses the follwoing execution ids `cleanups` and `quickfixes`

## checkVersions.yml

A workflow that checks for required but missing service-version increment for projects that are changed for the first time in the current development-cycle and applies them.
It creates a git-commit with the required changes applied.

## publishVersionCheckResults.yml

Publishes the results of the `checkVersions` workflow by adding a comment to the affected PR that lists files to change and additionally pushes the created git-commit to the PR's branch.

0 comments on commit 5d2fe69

Please sign in to comment.