Skip to content

Commit 56248a9

Browse files
committed
fix: stop notifying for draft PRs
Signed-off-by: Varsha GS <[email protected]>
1 parent 4520e54 commit 56248a9

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: [opened, reopened, review_requested]
1010

1111
jobs:
1212
notify-slack:

0 commit comments

Comments
 (0)