Skip to content

Commit 5065ea8

Browse files
committed
Improve comment
1 parent ee37081 commit 5065ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-checks/sync_back.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def scan_generated_workflows(workflow_dir: str) -> Dict[str, str]:
5050
for action_name, version_with_comment in matches:
5151
# Only track non-local actions (those with / but not starting with ./)
5252
if not action_name.startswith('./'):
53-
# Take the latest version seen (they should all be the same after Dependabot)
53+
# Assume that version numbers are consistent (this should be the case on a Dependabot update PR)
5454
action_versions[action_name] = version_with_comment.rstrip()
5555

5656
return action_versions

0 commit comments

Comments
 (0)