PolicyEvaluationStatus enum
Status of a policy which is running against a specific pull request.
Fields
| Queued = 0 | The policy is either queued to run, or is waiting for some event before progressing. |
| Running = 1 | The policy is currently running. |
| Approved = 2 | The policy has been fulfilled for this pull request. |
| Rejected = 3 | The policy has rejected this pull request. |
| NotApplicable = 4 | The policy does not apply to this pull request. |
| Broken = 5 | The policy has encountered an unexpected error. |