Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken GH actions on success failure #6

Open
Nargonath opened this issue Dec 20, 2022 · 0 comments
Open

Fix broken GH actions on success failure #6

Nargonath opened this issue Dec 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Nargonath
Copy link
Member

When we publish a new version we have a failure during semantic-release github plugin success step: https://github.com/spaceduck-theme/nvim/actions/runs/3736443934/jobs/6340759241. We hit secondary rate limit on GH API calls.

This is due to the way semantic-release is handling GH rate limiting on their API. There is a PR to fix it, we need to wait for it to be reviewed and merged: semantic-release/github#487 (review). The good thing is that it doesn't prevent us from actually publishing. It's the final acknowledgement message that SR posts on the issues/PRs that is not created.

@Nargonath Nargonath added the bug Something isn't working label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant