diff --git a/.github/actions/pr_notifier/pr_notifier.py b/.github/actions/pr_notifier/pr_notifier.py index 9a34c5b65a9e9..9c6277ddac81d 100644 --- a/.github/actions/pr_notifier/pr_notifier.py +++ b/.github/actions/pr_notifier/pr_notifier.py @@ -231,3 +231,4 @@ def post_to_oncall(client, unassigned_prs, out_slo_prs): post_to_oncall(client, maintainers_and_messages['unassigned'], stalled_prs) post_to_assignee(client, shephards_and_messages, API_REVIEWERS) post_to_assignee(client, maintainers_and_messages, MAINTAINERS) + post_to_assignee(client, maintainers_and_messages, FIRST_PASS)