You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--title "Update Core download information (CLI ${version_cli}, GUI ${version_gui})" \
446
439
--body "This PR was automatically generated by the Download Hashes workflow to update **src/data/downloads/core.json** based on the latest downloads/hashes.txt."
447
-
448
-
# Close outdated PRs
449
-
if [ -n "$prs" ]; then
450
-
for pr in $prs; do
451
-
echo "Closing existing PR #$pr"
452
-
gh pr close "$pr" --comment "Closed by Actions: superseded by a newer PR."
0 commit comments