Skip to content

Commit

Permalink
fix (#2025)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk authored Jan 26, 2022
1 parent f202ea5 commit c99f784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pr_notifier/pr_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ def post_to_oncall(client, out_slo_prs):
sys.exit(1)

client = WebClient(token=SLACK_BOT_TOKEN)
post_to_oncall(client, reviewers_and_messages['unassigned'], stalled_prs)
post_to_oncall(client, stalled_prs)
post_to_assignee(client, reviewers_and_messages, REVIEWERS)

0 comments on commit c99f784

Please sign in to comment.