Skip to content

Commit 5af00c2

Browse files
committed
fix: stop notifying draft PRs
Signed-off-by: Varsha GS <[email protected]>
1 parent eb82e76 commit 5af00c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opened-pr-notification-on-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
pull_request:
9-
types: [opened, reopened]
9+
types: [reopened, review_requested]
1010

1111
jobs:
1212
notify-slack:

0 commit comments

Comments
 (0)