Skip to content
Closed
Changes from 2 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 .github/actions/pr_notifier/pr_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def post_to_oncall(client, unassigned_prs, out_slo_prs):
if not SLACK_BOT_TOKEN:
print(
'Missing SLACK_BOT_TOKEN: please export token from https://api.slack.com/apps/A023NPQQ33K/oauth?'
)
' or disable actions via the instructions here: https://bit.ly/2YO6v1c')
sys.exit(1)

client = WebClient(token=SLACK_BOT_TOKEN)
Expand Down