fix(plugin): don't record false success for manual plugin runs #4
Reference in New Issue
Block a user
Delete Branch "dog/charlie-gastown-1769245500525"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
gt plugin runwas recordingResultSuccesseven though it only prints instructions without actually executing them. This poisoned the cooldown gate, blocking actual plugin executions for 24h while no real work was done.Root cause: When someone runs
gt plugin run gitea-reconcile, it:Fix:
ResultSkippedinstead ofResultSuccessCountSuccessfulRunsSince()to only count successful runs for gate evaluationCountSuccessfulRunsSince()so skipped/failed runs don't block future executionsFixes: hq-2dis4c
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.