summaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
Commit message (Collapse)AuthorAgeFilesLines
* [Config] Add stale.yml to enable stale botkshithijiyer2020-09-171-0/+25
Problem: We have received a lot of issues in the past which have been abandoned for quite sometime and were not closed every after a couple of years, one such example is [1] which was open for almost 2 years. Hence to take care of such issues we have decided to add stale bot which will close stale issues automatically. The process which is to be followed will be as below: 1. Once we get a new issue by default we will be adding `ToBeTriaged` label. 2. Once the issue is triaged and is to be fixed it will be assigned to a contributor and the label `ToBeFixed` will be added. 3. If the issue is not be be fixed then we will be removing the `ToBeTriaged` label after this the bot will wait for 90 days for any comment. 4. Once 90 days are complete stale bot will drop a last comment and will wait for 14 days post which the bot will automatically close the issue with `wontfix` label. links: [1] https://github.com/gluster/glusto-tests/issues/15 Fixes: https://github.com/gluster/glusto-tests/issues/31 Change-Id: I6c4c72433eccdb22fbefea2c62f511634d928576 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>