Skip to content

Commit de3436d

Browse files
authored
add unstable to mergeable (#291)
1 parent 68dbfd0 commit de3436d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/github/github.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func isMergeableState(mergeableState string) bool {
9090
// https://docs.github.com/en/github-ae@latest/graphql/reference/enums#mergestatestatus
9191
mergeableStates := map[string]int{
9292
"clean": 0,
93+
"unstable": 0,
9394
"has_hooks": 1,
9495
}
9596
_, exists := mergeableStates[strings.ToLower(mergeableState)]

0 commit comments

Comments
 (0)