We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d78d3 commit 270abd3Copy full SHA for 270abd3
ng-dev/pr/common/validation/assert-allowed-target-label.ts
@@ -73,6 +73,7 @@ class Validation extends PullRequestValidation {
73
if (hasDeprecations && !releaseTrains.isFeatureFreeze()) {
74
throw this._createHasDeprecationsError(targetLabel);
75
}
76
+ break;
77
case targetLabels['TARGET_AUTOMATION']:
78
if (!automationBots.includes(pullRequest.author.login)) {
79
throw this._createUserUsingAutomationLabelError(targetLabel, pullRequest.author.login);
0 commit comments