Skip to content

Commit ac575ca

Browse files
committed
build: update required pull request statuses to include specific CI checks
Add new `requiredChecks` to the pull-request config.
1 parent 84e350c commit ac575ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ng-dev/pull-request.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const pullRequest = {
99
default: 'auto',
1010
labels: [{pattern: 'merge: squash commits', method: 'squash'}],
1111
},
12-
requiredStatuses: [{name: 'test', type: 'check'}],
12+
requiredStatuses: [],
1313

1414
// Disable target labeling in the dev-infra repo as we don't have
1515
// any release trains and version branches.

0 commit comments

Comments
 (0)