urbanplatform / django-keycloak-auth

Middleware to allow authorization using Keycloak and Django for django-rest-framework (DRF). This package should only be used in projects starting from scratch, since it overrides the users' management.
MIT License
32 stars 14 forks source link

Add stale bot to handle inactive issues and PRs #47

Closed moritz89 closed 1 year ago

moritz89 commented 1 year ago

Is your feature request related to a problem? Please describe. Not a problem yet, but handle issues that are not active anymore

Describe the solution you'd like Add a bot to mark old issues as stale with (e.g., https://github.com/marketplace/actions/close-stale-issues)

Describe alternatives you've considered Manually tracking old and inactive issues

Additional context This is standard with most larger projects. The default configuration of marking issues stale after 60 days, and closing them 7 days after that seems fine.

simao-silva commented 1 year ago

Hi, I followed your time suggestions to stale and close issues and also added for PRs to keep us more proactive and aware of them.