FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.
https://discuss.flarum.org/d/4154
MIT License
175 stars 94 forks source link

ci: implement stale issue handler workflow #397

Closed DavideIadeluca closed 2 weeks ago

DavideIadeluca commented 4 months ago

Fixes #0000

Changes proposed in this pull request: Implement a GitHub Actions Workflow for marking issues as stale after 60 days of inactivity and closing them after an additional 30 days. You can review the documentation at https://github.com/actions/stale.

Only issues which are marked with the label "bug" will be processed in the workflow. If issues shall not be closed even when they are marked with "bug", an additional label can be added (for example "keep"), which in turn will exempt the issue from being marked as stale or closed (see exempt-issue-labels).

Reviewers should focus on: Review if the wording of the workflow itself and the message after an issue has been closed is appropriate.

katosdev commented 4 months ago

Looks good to me, and I’m happy with the wording also, thanks for sorting this @DavideIadeluca ! Requesting peer check from @imorland