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 68dbfd0 commit de3436dCopy full SHA for de3436d
pkg/github/github.go
@@ -90,6 +90,7 @@ func isMergeableState(mergeableState string) bool {
90
// https://docs.github.com/en/github-ae@latest/graphql/reference/enums#mergestatestatus
91
mergeableStates := map[string]int{
92
"clean": 0,
93
+ "unstable": 0,
94
"has_hooks": 1,
95
}
96
_, exists := mergeableStates[strings.ToLower(mergeableState)]
0 commit comments