Skip to content

Commit

Permalink
Increase Python delay (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Jun 8, 2024
1 parent 9279c8c commit 62072ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
matchDepNames: ["ruby"],
minimumReleaseAge: "7 days",
},
{
// Example failure: https://github.com/TWiStErRob/net.twisterrob.ghlint/actions/runs/9427213452/job/25971052478?pr=315
// > Version 3.12.4 was not found in the local cache
// > Error: The version '3.12.4' with architecture 'x64' was not found for Ubuntu 22.04.
// > The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
description: "Wait for Pyhton upgrades, actions/setup-python action keeps lagging behind and upgrades just fail. Example: https://github.com/actions/setup-python/issues/883",
matchDepNames: ["python"],
minimumReleaseAge: "7 days",
},
{
description: "Merge my packages as soon as possible.",
matchPackagePrefixes: [
Expand Down

0 comments on commit 62072ae

Please sign in to comment.