tdrk18/danger-ruby-action
Run Danger with Ruby setup and branch pre-fetch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ruby-version | Ruby version to use. Reads from .ruby-version if not specified. | no | "" |
| gemfile | Path to Gemfile | no | Gemfile |
| dangerfile | Path to Dangerfile | no | Dangerfile |
| danger-id | Danger ID passed to --danger_id | no | danger |
| fail-on-errors | Should always fail the build process when Danger reports errors | no | false |
| fail-if-no-pr | Should fail the build process if no PR is found | no | false |
| new-comment | Makes Danger post a new comment instead of editing its previous one | no | false |
| remove-previous-comments | Removes all previous comments and creates a new one at the end of the list | no | false |
| base | A branch/tag/commit to use as the base of the diff | no | "" |
| head | A branch/tag/commit to use as the head of the diff | no | "" |
| cache | Enable bundler cache | no | true |
| github-token | GitHub token passed to DANGER_GITHUB_API_TOKEN | no | ${{ github.token }} |
Outputs
no outputs