-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Labels
enhancementNew feature or requestNew feature or requestfeature requestNew feature or request to improve the current logicNew feature or request to improve the current logicneed eyesFeature request needs additional triaging by leadsFeature request needs additional triaging by leads
Description
The cpython project runs the stale action to only mark PR's as stale.
However, due to the huge amount of PR's it never gets near to the newer PR's because it runs out of operations.
See: https://github.com/python/cpython/blob/9151bbefea3fb932eb6aa6ddb22d64b83f8149c7/.github/workflows/stale.yml
The action could process many more PR's if the issues would not be checked at all, since no action is defined for them anyway.
Could there be a way to force the action to skip issues (or PR's, for someone that just wants to check issues)?
arhadthedev, dsanders11, catriona-m, minchao, mroharikjc and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature requestNew feature or request to improve the current logicNew feature or request to improve the current logicneed eyesFeature request needs additional triaging by leadsFeature request needs additional triaging by leads