mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Adopt queue review bot behaviour (#149745)
This commit is contained in:
3
.github/workflows/pr-chat.yml
vendored
3
.github/workflows/pr-chat.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: PR Chat
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, ready_for_review]
|
||||
types: [opened, ready_for_review, closed]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
@@ -20,4 +20,5 @@ jobs:
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
slack_token: ${{ secrets.SLACK_TOKEN }}
|
||||
slack_bot_name: "VSCodeBot"
|
||||
notification_channel: codereview
|
||||
|
||||
Reference in New Issue
Block a user