ihtkas/pull-request-details
Action to get details related to a pull request which are not available all the events published to trigger workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| approvalsCount | The number of unique approvals to set isApproved as true. | — | 1 |
| onlyEqual | If true then isApproved = true, only when the number of approvals equal approvalsCount. | — | false |
Outputs
| name | description |
|---|---|
| isApproved | If current PR is approved the right number of times, this value is set as true. |