Skip to content

Commit 43bf6be

Browse files
committed
Add comment
1 parent b7da05b commit 43bf6be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pgcommitfest/commitfest/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ def _should_auto_move_patch(self, patch, current_date):
137137
):
138138
return False
139139
except CfbotBranch.DoesNotExist:
140+
# IF no CFBot data exists, the patch is probably very new (i.e. no
141+
# CI run has ever taken place for it yet). So we auto-move it in
142+
# that case.
140143
pass
141144

142145
return True

0 commit comments

Comments
 (0)