Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion py/pipeline-workflow/check-l2-document.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"PRs for character additions must include a link to an L2 document in"
" the PR description.")
errors += 1
if not re.search(r"(unicode-org/sah(#|/issues/)\d|CJK|ESC)", pr_body):
if not re.search(r"(unicode-org/(sah|sew)(#|/issues/)\d|CJK|ESC)", pr_body):
print("::error title=Need working group reference::"
"PRs for character additions must include a link to the SAH issue, or "
"the mention ESC or CJK.")
Expand Down
Loading