mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-21755 commit-checker: update Tip
- improve recommendation on no-commit-found case for ICU and CLDR - for CLDR-15423
This commit is contained in:
parent
cb65f75739
commit
4b5a6edc95
1 changed files with 3 additions and 1 deletions
|
@ -461,7 +461,9 @@ def main():
|
|||
global commits
|
||||
count = 0
|
||||
if section == CLOSED_NO_COMMIT:
|
||||
print("Tip: Tickets with type 'Task' or 'User Guide' or resolution 'Fixed by Other Ticket' are ignored.", file=out)
|
||||
print("ICU Tip: If commits aren't expected, change the ticket type to 'Task' or 'User Guide' or set the resolution to one such as 'Fixed by other ticket' or 'Fix Non-repo'.", file=out)
|
||||
print("CLDR Tip: Change the ticket type or set the resolution to one such as 'Fixed by other ticket' or 'Fix Non-repo' if commits aren't expected.", file=out)
|
||||
|
||||
print(file=out)
|
||||
found = False
|
||||
for issue in issues:
|
||||
|
|
Loading…
Add table
Reference in a new issue