Skip to content

Option to ignore either PR's or Issues #837

Open
@Safihre

Description

@Safihre

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeature requestNew feature or request to improve the current logicneed eyesFeature request needs additional triaging by leads

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions