fornever/IntelliJ Updater
Update IntelliJ-based IDE versions in the order specified by the configuration file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Configuration file | yes | ./intellij-updater.json |
Outputs
| name | description |
|---|---|
| has-changes | Whether the IntelliJ updater has something to update. |
| branch-name | The branch name that should be used for the generated pull request. Only available if `has-changes` is `true`. |
| commit-message | The commit message for the generated commit. Only available if `has-changes` is `true`. |
| pr-title | The title of the generated pull request. Only available if `has-changes` is `true`. |
| pr-body-path | The path to the file containing the PR message in Markdown. Only available if `has-changes` is `true`. |