Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ It has the follwoing inputs:
- token - token to use to create the PR while this action can work with the default github token, it is recommended to use a PAT if used as a timed action because otherwhise PR checks can't run, see [here](https://github.com/marketplace/actions/create-pull-request#token) for details.
- path - path to a project that contains the target to update

and exspect that the pom configures an execution named `update-target` for its configuration, or otherwhise is running with the defaults.
and expects that the pom configures an execution named `update-target` for its configuration, or otherwhise is running with the defaults.
An example might look like this:

```
Expand All @@ -72,7 +72,7 @@ See the [tycho-version-bump:update-target](https://tycho.eclipseprojects.io/doc/

## 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.
A workflow that checks for required but missing service-version increments 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkMergeCommits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
core.setFailed('Please always use reabase to update your branch')
core.setFailed('Please always use rebase to update your branch')
Loading