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:
authorJackson Kearl <jakearl@microsoft.com>2022-05-17 22:10:25 +0300
committerGitHub <noreply@github.com>2022-05-17 22:10:25 +0300
commit1181a658000b021a70de82d407e9d8b6684b4156 (patch)
tree6c5f91c8e45c374aa70019d19b9ddbbcdfddfd7d /.github
parent116c10e0eeed56dc9b0801d079e2a2374b6ccf98 (diff)
add back running on close (#149751)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-chat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-chat.yml b/.github/workflows/pr-chat.yml
index 969c3cc17c0..0c8d6bab793 100644
--- a/.github/workflows/pr-chat.yml
+++ b/.github/workflows/pr-chat.yml
@@ -1,7 +1,7 @@
name: PR Chat
on:
pull_request_target:
- types: [opened, ready_for_review]
+ types: [opened, ready_for_review, closed]
jobs:
main: