ogoronai/Ogoron Generate

Generate unit, API, and UI test artifacts with Ogoron on Linux runners.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
unitGenerate unit tests from git diff.nofalse
apiGenerate API tests using a git-scope-driven prompt workaround.nofalse
uiGenerate UI test cases from git diff and materialize autotests.nofalse
scopeGit scope. Supports values accepted by the CLI, such as commit:abc123, branch:feature/new-auth, date:2024-01-01, since:HEAD~5. Defaults to the current branch. no""
working-directoryRepository directory where commands should run.no.
cli-versionOgoron CLI release version to download.no5.2.0
download-urlExplicit Linux bundle URL override.no
debugPass --debug to Ogoron generation commands.nofalse
create-prCreate or update a pull request when generated artifacts change the repository.nofalse
pr-branchBranch used for generated artifact changes.noogoron/generate
pr-titlePull request title.noGenerate Ogoron test artifacts
commit-messageCommit message used for generated artifacts.noGenerate Ogoron test artifacts
author-nameGit author name for generated commit.noogoron-bot
author-emailGit author email for generated commit.noagents@ogoron.com
namedescription
ogoron-binAbsolute path to the downloaded Ogoron executable.
git-scopeResolved git scope used by the action.
changes-detectedWhether generation changed repository files.
pull-request-urlURL of the created or updated pull request, if any.
branch-nameBranch name used for generated artifacts.