lfreleng-actions/gerrit-review
Set review votes on a Gerrit system
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- Apache 2.0
Pinned Snippet
uses: lfreleng-actions/gerrit-review-action@a1c036a59b94c8ab89de26d378f6a28cc7378b13 # v1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The Gerrit host with SSH available. Accepts a bare hostname (e.g. 'gerrit.example.org') or a 'host:port' shorthand (e.g. 'modeseven.org:40086'); an embedded port matching 'name:digits' overrides the 'port' input. Bare IPv6 literals such as '::1' are accepted but bracketed forms ('[::1]:29418') are not; pass an explicit 'port' alongside a bare IPv6 host instead. | yes | — |
| port | The SSH port to use (default 29418). Ignored when the 'host' input carries an embedded ':port' shorthand. | no | 29418 |
| username | The username to connect to the Gerrit host as | yes | — |
| key | The SSH private key to use | yes | — |
| key_name | The filename for the key, defaults to id_rsa | no | id_rsa |
| known_hosts | The known hosts for the host server | yes | — |
| gerrit-change-number | The Gerrit Change Number that is being voted against | yes | — |
| gerrit-patchset-number | The patchset number of the change that is being voted against | no | 1 |
| vote-type | The type of vote to perform: clear, success, failure, cancelled | no | clear |
| comment-only | Should the review only post a comment and not a vote | no | false |
Outputs
no outputs