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
The blocked-patterns loop word-split "DO NOT MERGE" into individual
words, so "DO" matched as a substring of "documentation" via grep.
Replace with a single grep -qiE regex and read labels line-by-line
from jq to also handle multi-word label names correctly.
Made-with: Cursor
0 commit comments