Added branch/iola to places checked for 'ready for merge' tags in the commit messages.

- Legacy-Id: 10065
This commit is contained in:
Henrik Levkowetz 2015-08-27 11:55:21 +00:00
parent cb0e6b41a7
commit 9c297767cc

View file

@ -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 = {}