You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exhausts the number of github operations for larger repos (we currently have ~7k open issues). I believe this could be made more efficient by qualifying the query (this.client.rest.issues.listForRepo(...)) with the 'stale' label.
The text was updated successfully, but these errors were encountered:
This action currently queries all open issues when looking for stale issues:
https://github.com/actions/stale/blob/main/src/classes/issues-processor.ts#L564
This exhausts the number of github operations for larger repos (we currently have ~7k open issues). I believe this could be made more efficient by qualifying the query (
this.client.rest.issues.listForRepo(...)
) with the 'stale' label.The text was updated successfully, but these errors were encountered: