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 76b673c commit f46e21cCopy full SHA for f46e21c
src/handlers/autolabel.rs
@@ -69,7 +69,7 @@ pub(super) async fn parse_input(
69
name: label.to_owned(),
70
});
71
}
72
- if cfg.new_pr && event.action == IssuesAction::Opened {
+ if cfg.new_pr && event.action == IssuesAction::Opened && !event.issue.draft {
73
autolabels.push(Label {
74
75
0 commit comments