TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.94k stars 178 forks source link

Workflow stale issues #384

Closed orenzp closed 2 years ago

orenzp commented 2 years ago

What does this PR do?

This PR introduces a simple Github workflow for managing stale issues. The workflow runs every night at 1:30 and if it finds an issue that hadn't had any update to it in the last 60 days it will mark the issue with a stale label and after 7 days if there hasn't been any update it will mark the issue as closed.

Thought this might be useful since I have seen some issues that were resolved but no one closed them.

This is my first PR every in the public so any comment will be helpful. Also please feel free to reject it if you don't find this useful.

Have [tests][1] been written for this change?

Yes

Have these commits been [signed with GnuPG][2]?

Nop, but I can go back and use GIT signing if this is something that is needed.

TheLocehiliosan commented 2 years ago

@orenzp - Thanks for this contribution. I am interested in implementing your change. However, I plan to do some curation of the issue before I do. (Personal issues have pulled me away from open source dev for a while, and I've just begun working on yadm again.)

TheLocehiliosan commented 2 years ago

@orenzp - I changed the merge-base of this PR back to master (as I'm going to publish this to master before merging the develop branch). Can you rebase this so it is only your GitHub actions change?

TheLocehiliosan commented 2 years ago

@orenzp Actually, ignore that, I'll just drop those changes in my merge. 👍

TheLocehiliosan commented 2 years ago

This change has been merged into the master branch.