sonarsource/gh-action_releasability
gh-action client for ops-releasability checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ignore-failure | Optional, do not fail the gh-action in case of failure in releasability checks | no | false |
| organization | GitHub organization name | yes | — |
| repository | GitHub repository name | yes | — |
| branch | Branch name | yes | — |
| version | The version to check | yes | — |
| commit-sha | The GitHub commit SHA to use | yes | — |
| releasabily-env | For development purposes, the environment to use (prod, staging or dev). Defaults to production. | no | prod |
Outputs
| name | description |
|---|---|
| status | Provide the exit code returned by the releasability checks |
| logs | Logs from releasability checks |
| releasabilityCheckDependencies | Result from releasability check CheckDependencies |
| releasabilityQA | Result from releasability check QA |
| releasabilityJira | Result from releasability check Jira |
| releasabilityCheckPeacheeLanguagesStatistics | Result from releasability check CheckPeacheeLanguagesStatistics |
| releasabilityQualityGate | Result from releasability check QualityGate |
| releasabilityParentPOM | Result from releasability check ParentPOM |
| releasabilityGitHub | Result from releasability check GitHub |
| releasabilityCheckManifestValues | Result from releasability check CheckManifestValues |
| releasabilityCheckLicenses | Result from releasability check CheckLicenses |