We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397b61e commit b9c1bc2Copy full SHA for b9c1bc2
lib/action.ml
@@ -48,7 +48,7 @@ module Action (Github_api : Api.Github) (Slack_api : Api.Slack) = struct
48
49
let partition_pr cfg (n : pr_notification) =
50
match n.action with
51
- | Opened | Closed | Reopened | Labeled -> partition_label cfg n.pull_request.labels
+ | (Opened | Closed | Reopened | Labeled) when not n.pull_request.draft -> partition_label cfg n.pull_request.labels
52
| _ -> []
53
54
let partition_issue cfg (n : issue_notification) =
0 commit comments