Skip to content

Commit 8409243

Browse files
committed
resolve merge conflict: keep draft PR filtering from main
2 parents 7643586 + 87712d4 commit 8409243

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/tasks/coreping/coreping.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ if (import.meta.main) {
142142

143143
if (!corePrLabel) return saveTask({ url: html_url, status: "unrelated" });
144144
if (pr.state === "closed") return saveTask({ url: html_url, status: "closed" });
145-
if (pr.state !== "open") return saveTask({ url: html_url, status: "closed" });
146145
if (pr.draft) return saveTask({ url: html_url, status: "unrelated", statusMsg: "Draft PR, skipping" });
147146

148147
// check timeline events

0 commit comments

Comments
 (0)