Skip to content

Commit

Permalink
chore: have lock-threads fail silently
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Jul 4, 2024
1 parent be2d1c9 commit 4ad004f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/lock-issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class LockIssues {
},
},
],
continueOnError: true, // this job fails quite frequently due to rate limit issues but it's really not a big deal if it does
});
}
}
5 changes: 5 additions & 0 deletions test/__snapshots__/index.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ad004f

Please sign in to comment.