lee-lott-actions/Verify Approver Not Requester

A GitHub Action to verify that the approver is not the same as the requester

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
requesterThe GitHub username of the requesteryes
approverThe GitHub username of the approveryes
namedescription
resultResult of the comparsion of the requester and approver (failure if parameters are emtpy, success otherwise).
is-approver-not-requesterBoolean indicating if the verification passed (true if approver is not requester, false otherwise)
error-messageError message if the verification fails