mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-05 08:24:57 +08:00
Fix finding existing Needs label comments (#101889)
After https://github.com/pytorch/pytorch/pull/101747 Pull Request resolved: https://github.com/pytorch/pytorch/pull/101889 Approved by: https://github.com/izaitsevfb, https://github.com/malfet, https://github.com/zou3519
This commit is contained in:
committed by
PyTorch MergeBot
parent
c8fd1cfad1
commit
b07e97c084
2
.github/scripts/test_check_labels.py
vendored
2
.github/scripts/test_check_labels.py
vendored
@ -44,7 +44,7 @@ def mock_get_comments() -> List[GitHubComment]:
|
||||
),
|
||||
# Case 2 - a label err comment
|
||||
GitHubComment(
|
||||
body_text=" #" + LABEL_ERR_MSG_TITLE,
|
||||
body_text=" #" + LABEL_ERR_MSG_TITLE.replace("`", ""),
|
||||
created_at="",
|
||||
author_login=BOT_AUTHORS[1],
|
||||
author_association="",
|
||||
|
||||
Reference in New Issue
Block a user