Skip to content

Commit e3753c1

Browse files
committed
refactor: action trigger logic
Signed-off-by: Adam Setch <[email protected]>
1 parent 097ad28 commit e3753c1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/triage.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: Triage PR
22

33
on:
44
pull_request:
5-
types: [opened, edited, synchronize, ready_for_review]
6-
branches: [main]
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
- ready_for_review
10+
branches:
11+
- main
712

813
permissions:
914
contents: read # the config file

0 commit comments

Comments
 (0)