lfreleng-actions/️Gerrit change request information
Gerrit change request information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/gerrit-change-info@862f1ea086fcfccb53cd587db1c3fd43cf78959f # v0.1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gerrit_change_url | Gerrit Change URL | yes | — |
| gerrit_patchset_number | Patchset Number (optional) | no | — |
| ssh_user_name | SSH Username | yes | "" |
| gerrit_known_hosts | Known hosts entry for Gerrit | yes | "" |
| gerrit_server_port | Gerrit server port | no | 29418 |
| ssh_private_key | SSH Private Key | yes | "" |
| path_prefix | Directory path prefix for executing the action | no | . |
Outputs
| name | description |
|---|---|
| gerrit_branch | Gerrit branch name |
| gerrit_change_id | Gerrit change ID |
| gerrit_change_url | Gerrit change URL |
| gerrit_change_number | Gerrit change number |
| gerrit_event_type | Event type (hardcoded as comment_added) |
| gerrit_patchset_number | Patchset number |
| gerrit_patchset_revision | Patchset revision SHA |
| gerrit_project | Gerrit project name |
| gerrit_refspec | Refspec for the patchset |
| gerrit_hostname | Gerrit server hostname |