-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
It seems that GitHub changed the way they indicate rate-limits, and now this hits it and doesn't back off properly:
- https://github.com/rust-lang/rust-repos/actions/runs/11305455650/job/31444972018
- https://github.com/rust-lang/rust-repos/actions/runs/11264991424/job/31326026410
If I remember correctly, it seems to not be hitting this code path any more:
Line 211 in 2d1cb24
| if message.contains("abuse") { |
Line 237 in 2d1cb24
| if error.message.contains("abuse") { |
As the message does not contain "abuse".
Metadata
Metadata
Assignees
Labels
No labels
