Skip to content

Commit cb10f6f

Browse files
committed
WIP
Signed-off-by: Derek Su <[email protected]>
1 parent c89122f commit cb10f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-review-reminder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def flatten_issues(title, blocks, issues, user_mapping):
6464

6565
def send_slack_notification(issues):
6666
github_token = os.getenv("GITHUB_TOKEN")
67-
webhook_url = "https://hooks.slack.com/services/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" #os.getenv("SLACK_WEBHOOK_URL")
67+
webhook_url = os.getenv("SLACK_WEBHOOK_URL")
6868
value = os.getenv("USER_MAPPING")
6969
user_mapping = {}
7070
if value is not None:

0 commit comments

Comments
 (0)