lee-lott-actions/Verify Approver Not Requester
A GitHub Action to verify that the approver is not the same as the requester
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| requester | The GitHub username of the requester | yes | — |
| approver | The GitHub username of the approver | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the comparsion of the requester and approver (failure if parameters are emtpy, success otherwise). |
| is-approver-not-requester | Boolean indicating if the verification passed (true if approver is not requester, false otherwise) |
| error-message | Error message if the verification fails |