exercism / gui

MIT License
22 stars 13 forks source link

Override probot/stale defaults, if necessary #54

Closed kytrinyx closed 7 years ago

kytrinyx commented 7 years ago

Per the discussion in https://github.com/exercism/discussions/issues/128 we will be installing the probot/stale integration on the Exercism organization on April 10th, 2017.

By default, probot will comment on issues that are older than 60 days, warning that they are stale. If there is no movement in 7 days, the bot will close the issue. By default, anything with the labels security or pinned will not be closed by probot.

If you wish to override these settings, create a .github/stale.yml file as described in https://github.com/probot/stale#usage, and make sure that it is merged before April 10th.

If the defaults are fine for this repository, then there is nothing further to do. You may close this issue.

kytrinyx commented 7 years ago

I made a mistake.

This was not explicitly documented in the README, but probot/stale requires the presence of a .github/stale.yml file.

If you want the default behavior, you need to add an empty .github/stale.yml file to this repo, otherwise the bot will not be active.

holandes22 commented 7 years ago

Added default stale file