Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Ramos <lramos15@gmail.com>2022-06-09 00:37:44 +0300
committerGitHub <noreply@github.com>2022-06-09 00:37:44 +0300
commit83b94a5c0303163f13516b8e13ce2261c00830d6 (patch)
treef5921531d75d77a066c81a368465db76e850dbd4
parentecfcde01f551e7945df7654c65160c0bbdf56695 (diff)
Add user token to PR Chat (#151556)
Add user token
-rw-r--r--.github/workflows/pr-chat.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr-chat.yml b/.github/workflows/pr-chat.yml
index 13803fda778..da4538d5fd1 100644
--- a/.github/workflows/pr-chat.yml
+++ b/.github/workflows/pr-chat.yml
@@ -21,5 +21,6 @@ jobs:
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
slack_token: ${{ secrets.SLACK_TOKEN }}
+ slack_user_token: ${{ secrets.SLACK_USER_TOKEN }}
slack_bot_name: "VSCodeBot"
notification_channel: codereview