We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0e6b4 commit 9c29776Copy full SHA for 9c29776
1 file changed
bin/mergeready
@@ -250,6 +250,7 @@ ready = get_list(repo, 'ready-for-merge')
250
hold = get_list(repo, 'hold-for-merge')
251
ready += get_ready_commits(repo, 'personal')
252
ready += get_ready_commits(repo, 'branch/amsl')
253
+ready += get_ready_commits(repo, 'branch/iola')
254
255
ready_commits = {}
256
not_passed = {}
0 commit comments