devXprite / gitglance

GitGlance is your go-to tool for visualizing GitHub profiles. Gain insights into your contributions, expertise, and community engagement with intuitive visualizations.
https://gitglance.vercel.app/
MIT License
44 stars 21 forks source link

[Feature]: Workflow for closing Old PRs #56

Open Asymtode712 opened 1 month ago

Asymtode712 commented 1 month ago

Description

Implement a workflow that automatically closes old PRs based on predefined criteria, such as their last update timestamp. By regularly closing PRs that have not been updated within a certain timeframe, the repository can stay organized, and contributors can focus on active and relevant PRs.

Why implement this feature?

Over time, open pull requests (PRs) can accumulate in a repository, cluttering the interface and making it difficult to focus on active development tasks. Additionally, outdated or abandoned PRs may no longer serve their intended purpose and should be closed to maintain repository cleanliness.

Any additional information?

Close Old PRs

Checklist

Asymtode712 commented 1 month ago

@devXprite please assign me this issue