Skip to content

v1.2 - Mandatory Github checks

Choose a tag to compare

@MHanafy MHanafy released this 05 Aug 05:40
· 6 commits to master since this release

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.