fornever/IntelliJ Updater

Update IntelliJ-based IDE versions in the order specified by the configuration file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config-fileConfiguration fileyes./intellij-updater.json
namedescription
has-changesWhether the IntelliJ updater has something to update.
branch-nameThe branch name that should be used for the generated pull request. Only available if `has-changes` is `true`.
commit-messageThe commit message for the generated commit. Only available if `has-changes` is `true`.
pr-titleThe title of the generated pull request. Only available if `has-changes` is `true`.
pr-body-pathThe path to the file containing the PR message in Markdown. Only available if `has-changes` is `true`.