lfit/github2gerrit-composite-action
Submit a Githib pull-request to Gerrit repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SUBMIT_SINGLE_COMMITS | Submit one commit at a time to the Gerrit repository | no | false |
| USE_PR_AS_COMMIT | Use PR body and title as commit message | no | false |
| FETCH_DEPTH | fetch-depth for the clone. | no | 10 |
| GERRIT_KNOWN_HOSTS | known hosts | yes | — |
| GERRIT_SSH_PRIVKEY_G2G | SSH Private key | yes | — |
| GERRIT_SSH_USER_G2G | Gerrit user-id for SSH | yes | — |
| GERRIT_SSH_USER_G2G_EMAIL | Email of the SSH user | yes | — |
| ORGANIZATION | Orginazation name ex: OpendayLight.org | yes | OpendayLight.org |
| REVIEWERS_EMAIL | Committers email list (comma separated) to notify on code-reviews | no | "" |
Outputs
| name | description |
|---|---|
| url | URL of the change-request submitted |
| change_number | Change number |