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
for mod in $MODULE_LABELS $MODULE_EXEMPT_LABELS; do
45
55
if [ "$label" = "$mod" ]; then
46
56
HAS_MODULE=true
47
57
break 2
@@ -50,7 +60,7 @@ jobs:
50
60
done
51
61
52
62
if [ "$HAS_MODULE" = "false" ]; then
53
-
ERRORS="${ERRORS}- **Missing module label**: add at least one of: \`cuda.bindings\`, \`cuda.core\`, \`cuda.pathfinder\`.\n"
63
+
ERRORS="${ERRORS}- **Missing module label**: add at least one of: \`cuda.bindings\`, \`cuda.core\`, \`cuda.pathfinder\` (or a cross-cutting label such as \`CI/CD\`).\n"
0 commit comments