moja-global / moja_global_docs

Repository to host the moja global technical documentation
https://docs.moja.global/en/master/
Mozilla Public License 2.0
35 stars 69 forks source link

Add a Github action to unassign stale contributors #208

Closed chinmaychahar closed 1 year ago

chinmaychahar commented 1 year ago

Most of the new contributors look for the "good first issue" labelled issues to get started. But a lot of these open ones are either stale or not unassigned. This might lead to potential contributors not being able to approach these issues.

Reference

A way out would be to automate the process of unassigning these issues after a certain pre-defined time period is elapsed? Could we try a GitHub Action or Workflow to make this work and improve quality of contributions?

chinmaychahar commented 1 year ago

I can take this up if required.