Hi,
I'm running semantic-release as a part of our deployment workflow, and finally got it configured, but when it runs it hangs while searching for issues. This is the first run so if it's trying to find an issue for each commit it found since the previous release (never), it's going to have a lot to check.
We don't even use issues in Github, so the optimal solution would be a config setting to skip searching for issues altogether.
[...]
[1:23:38 PM] [semantic-release] › ✔ Created tag v1.0.0-beta.1
[1:23:38 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/github"
[1:23:38 PM] [semantic-release] [@semantic-release/github] › ℹ Published GitHub release: https://github.com/myorg/myrepo/releases/tag/v1.0.0-beta.1
[1:23:38 PM] [semantic-release] › ✔ Completed step "publish" of plugin "@semantic-release/github"
[1:23:38 PM] [semantic-release] › ℹ Start step "success" of plugin "@semantic-release/github"
Request quota exhausted for request GET /search/issues
Request quota exhausted for request GET /search/issues
Request quota exhausted for request GET /search/issues
Request quota exhausted for request GET /search/issues
Request quota exhausted for request GET /search/issues
[...]
Hi,
I'm running
semantic-releaseas a part of our deployment workflow, and finally got it configured, but when it runs it hangs while searching for issues. This is the first run so if it's trying to find an issue for each commit it found since the previous release (never), it's going to have a lot to check.We don't even use issues in Github, so the optimal solution would be a config setting to skip searching for issues altogether.