mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-11660 allow commits in design/reviewfeedback state
X-SVN-Rev: 40817
This commit is contained in:
parent
628ec44872
commit
75e8fbd71c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from trac.resource import ResourceNotFound
|
|||
from trac.ticket.model import Ticket
|
||||
from trac.util.text import exception_to_unicode
|
||||
|
||||
okstatus = ['new','accepted','reviewing']
|
||||
okstatus = ['design','new','accepted','reviewing','reviewfeedback']
|
||||
|
||||
def run(args=None):
|
||||
"""trac check script"""
|
||||
|
|
Loading…
Add table
Reference in a new issue