Skip to content

Commit 5429301

Browse files
authored
Couple more triggering cases for summarize-checks (#36593)
1 parent de93806 commit 5429301

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/summarize-checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
- opened
2020
- synchronize
2121
- reopened
22+
- edited
23+
- ready_for_review
24+
- converted_to_draft
2225

2326
permissions:
2427
actions: read # to inspect workflow_run metadata

.github/workflows/summarize-impact.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: "[TEST-IGNORE] Summarize PR Impact"
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- synchronize
8+
- reopened
9+
- edited
10+
- ready_for_review
11+
- converted_to_draft
412

513
permissions:
614
contents: read

0 commit comments

Comments
 (0)