v1.2 - Mandatory Github checks
Adding support to prevent submit unless configured checks are successful, i.e. to ensure unit-tests or other Github checks are successful before developers can submit to Perforce.
To configure the required checks, update this key in setting.json:
"GithubChecks": [ "AzurePipelines" ]
You can add multiple entries to make more than one check required.