Skip to content

Commit 4084453

Browse files
committed
add mergeable state "blocked"
- requires review
1 parent 9c60f50 commit 4084453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/dlangbot/github.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ struct PullRequest
420420
}
421421
Branch base, head;
422422
enum State { open, closed }
423-
enum MergeableState { clean, dirty, unstable, unknown }
423+
enum MergeableState { clean, dirty, unstable, blocked, unknown }
424424
@byName State state;
425425
uint number;
426426
string title;

0 commit comments

Comments
 (0)