You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove label only if the decision tree warrants it:
@@ -131,7 +129,12 @@ Call scripts by name only (e.g., `removeDeployBlockerLabel.sh`), not with full p
131
129
132
130
### Step 8: Assign contributors
133
131
134
-
When a causing PR is identified with medium or high confidence, assign the PR author and all approving reviewers to the deploy blocker issue using `gh issue edit "$ISSUE_URL" --add-assignee`. Extract approving reviewers from `gh pr view <PR_NUMBER> --json reviews`.
132
+
If the primary causing PR has at least medium confidence, assign its author and approving reviewers to the deploy blocker issue. Only assign contributors from this single PR.
-**CI compliance check**: `scripts/react-compiler-compliance-check.ts`blocks PRs with manual memoization in new files
21
+
-**CI compliance check**: `scripts/react-compiler-compliance-check.ts`enforces that new components/hooks compile and that existing compiled files don't regress
0 commit comments