Compare commits

..

2 Commits

Author SHA1 Message Date
d913e57dea Merge branch 'main' into fix/error-handling
Some checks failed
PR Checks / test (push) Failing after 25s
PR Checks / security (push) Failing after 8s
PR Checks / test (pull_request) Failing after 26s
PR Checks / security (pull_request) Failing after 8s
2026-03-29 08:45:03 +00:00
root
a02bc910f1 fix: add retry_after attribute to KworkRateLimitError 2026-03-29 08:31:14 +00:00

View File

@ -1,8 +1,10 @@
name: PR Checks
on:
push:
branches: ['**']
pull_request:
branches: [main]
branches: ['**']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}