Merge "Add description to needs_update calculations"

This commit is contained in:
Jenkins 2017-09-20 18:28:13 +00:00 committed by Gerrit Code Review
commit e0261cc01c
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ def create_update_github_project(
needs_update = True
if cache.get('has_wiki', default_has_wiki) != has_wiki:
needs_update = True
if cache.get('description') != description:
needs_update = True
if not needs_update:
return False