-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
Bug Description
The PR Quality workflow (anti-slop) appears to have a bug where it closes PRs even when quality checks pass. I have submitted 3 PRs (#9070, #9071, #9072) for the same fix - adding mysql-client to Pterodactyl panel entrypoint.
All 3 PRs were closed by the bot with message: "This PR did not pass quality checks so it will be closed."
However:
- The pr-quality check itself completes with SUCCESS
- GitGuardian Security Checks pass
- The actual anti-slop action times out on download
PR Details
- PR: fix: install mysql-client in Pterodactyl panel entrypoint #9072
- Issue fixed: [Bug]: Pterodactyl set up is broken (mysql: not found) #8508 (mysql-client missing in Pterodactyl panel)
- Files changed: templates/compose/pterodactyl-panel.yaml, templates/compose/pterodactyl-with-wings.yaml
- Check run: https://github.com/coollabsio/coolify/actions/runs/23397383983/job/68062895887
Suggested Fix
The anti-slop action fails to download with:
Failed to download action 'https://api.github.com/repos/peakoss/anti-slop/tarball/85daca1880e9e1af197fc06ea03349daf08f4202'.
Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
This causes the check to not run properly. The workflow may need to handle action download failures more gracefully rather than closing the PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels