Open
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)?