ogoronai/Ogoron Setup
Initialize or upgrade Ogoron in a repository and open a pull request with the changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Repository directory where Ogoron runs. | no | . |
| cli-version | Ogoron CLI release version to download. | no | 5.2.0 |
| download-url | Explicit Linux bundle URL override. | no | — |
| analyze-business | Run ogoron analyze business after init or upgrade. | no | true |
| prepare-ui-workspace | Prepare the Ogoron UI workspace after bootstrap. When analyze business succeeds, this is treated as already included by the current CLI. | no | true |
| create-pr | Create or update a pull request when changes are detected. | no | true |
| pr-branch | Branch used for bootstrap changes. | no | ogoron/setup |
| pr-title | Pull request title. | no | Set up Ogoron in this repository |
| commit-message | Commit message used for the bootstrap branch. | no | Initialize or upgrade Ogoron repository artifacts |
| author-name | Git author name for bootstrap commit. | no | ogoron-bot |
| author-email | Git author email for bootstrap commit. | no | agents@ogoron.com |
Outputs
| name | description |
|---|---|
| ogoron-bin | Absolute path to the downloaded Ogoron executable. |
| changes-detected | Whether Ogoron changed repository files. |
| bootstrap-mode | Whether the repository was initialized or upgraded. |
| analyze-status | Status of the analyze business phase. |
| ui-workspace-status | Status of the UI workspace preparation phase. |
| pr-body-path | Generated path to the pull request body file. |
| pull-request-url | URL of the created or updated pull request, if any. |
| branch-name | Branch name used for bootstrap changes. |