Compare commits

...

1 Commits

Author SHA1 Message Date
Colin McDonnell a0746dcc27 release: bump action to 0.1.13 2026-05-23 16:36:41 +00:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -197,6 +197,12 @@ const TRANSIENT_PATTERNS: RegExp[] = [
/returned error: 5\d\d/i,
/HTTP 429/,
/returned error: 429/i,
// github installation tokens can 401 for seconds after minting while
// replicating (@octokit/auth-app retries the same class). git push
// surfaces it as "Invalid username or token", distinct from 403
// permission denied — safe to backoff-retry with the same token.
/Invalid username or token/,
/Authentication failed for 'https:\/\/github\.com\//,
];
export function classifyPushError(msg: string): PushErrorKind {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pullfrog",
"version": "0.1.12",
"version": "0.1.13",
"type": "module",
"bin": {
"pullfrog": "dist/cli.mjs",