We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci: skip-extensive
1 parent 6d78c1a commit 1b1b2edCopy full SHA for 1b1b2ed
ci/ci-util.py
@@ -261,7 +261,9 @@ def emit_workflow_output(self):
261
if error_on_many_tests and total_to_test > MANY_EXTENSIVE_THRESHOLD:
262
eprint(
263
f"More than {MANY_EXTENSIVE_THRESHOLD} tests would be run; add"
264
- f" `{ALLOW_MANY_EXTENSIVE_DIRECTIVE}` to the PR body if this is intentional"
+ f" `{ALLOW_MANY_EXTENSIVE_DIRECTIVE}` to the PR body if this is"
265
+ " intentional. If this is refactoring that happens to touch a lot of"
266
+ f" files, `{SKIP_EXTENSIVE_DIRECTIVE}` can be used instead."
267
)
268
exit(1)
269
0 commit comments