atlassian-labs/Rovo Dev Action

Run Rovo Dev (Atlassian's developer AI agent) in GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
promptThe prompt/instructions to send to Rovo Dev CLIyes
atlassian_emailAtlassian account email for authenticationyes
atlassian_tokenRovo Dev scoped API token for authenticationyes
working_directoryWorking directory for Rovo Dev CLI executionno.
config_filePath to a custom Rovo Dev configuration file (YAML). If provided, this will be passed to the CLI via --config-file.no""
github_tokenGitHub token for PR creation and repository operations. Required if create_pr is true.no""
create_prWhether to automatically create a PR with changes made by Rovo Devnofalse
pr_titleTitle for the PR (used if create_pr is true)noChanges by Rovo Dev
pr_bodyBody/description for the PR (used if create_pr is true)noAutomated changes by Rovo Dev
pr_base_branchBase branch for PR creation. Defaults to the current branch if not specified.no""
branch_prefixPrefix for auto-created branchesnorovodev/
namedescription
exit_codeExit code from Rovo Dev CLI execution
pr_createdWhether a PR was created (true/false)
pr_urlURL of the created PR (if pr_created is true)
branch_nameName of the branch created for the PR