Added branch/iola to places checked for 'ready for merge' tags in the commit messages.
- Legacy-Id: 10065
This commit is contained in:
parent
cb0e6b41a7
commit
9c297767cc
|
@ -250,6 +250,7 @@ ready = get_list(repo, 'ready-for-merge')
|
|||
hold = get_list(repo, 'hold-for-merge')
|
||||
ready += get_ready_commits(repo, 'personal')
|
||||
ready += get_ready_commits(repo, 'branch/amsl')
|
||||
ready += get_ready_commits(repo, 'branch/iola')
|
||||
|
||||
ready_commits = {}
|
||||
not_passed = {}
|
||||
|
|
Loading…
Reference in a new issue