We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee37081 commit 5065ea8Copy full SHA for 5065ea8
pr-checks/sync_back.py
@@ -50,7 +50,7 @@ def scan_generated_workflows(workflow_dir: str) -> Dict[str, str]:
50
for action_name, version_with_comment in matches:
51
# Only track non-local actions (those with / but not starting with ./)
52
if not action_name.startswith('./'):
53
- # Take the latest version seen (they should all be the same after Dependabot)
+ # Assume that version numbers are consistent (this should be the case on a Dependabot update PR)
54
action_versions[action_name] = version_with_comment.rstrip()
55
56
return action_versions
0 commit comments