summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/scripts/GitHub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/GitHub.py b/.github/scripts/GitHub.py
index 628cd8412a..885975a7d7 100644
--- a/.github/scripts/GitHub.py
+++ b/.github/scripts/GitHub.py
@@ -243,7 +243,7 @@ def add_reviewers_to_pr(
# If a comment has already been made for these non-collaborators,
# do not make another comment.
if (
- comment.user.login == "github-actions[bot]"
+ comment.user.login == "tianocore-assign-reviewers[bot]"
and "WARNING: Cannot add some reviewers" in comment.body
and all(u in comment.body for u in non_collaborators)
):