diff options
author | Rok Garbas <rok@garbas.si> | 2021-02-06 13:29:38 +0100 |
---|---|---|
committer | Rok Garbas <rok@garbas.si> | 2021-02-06 13:29:38 +0100 |
commit | 6af26b7aec28e8bf1786ead3ba26beb50317c167 (patch) | |
tree | 992102df82a0659801e4852b0c963450369fa798 /.github/stale.yml | |
parent | 480426a364f09e7992230b32f2941a09fb52d729 (diff) |
Add Stale bot
The configuration was taken from nixpkgs repository and adjusted to
`NixOS/nix`.
A `stale` label was added to the labels (with gray color).
Issues and PRs with `critical` label are excluded from interacting with the
stale bot.
Diffstat (limited to '.github/stale.yml')
-rw-r--r-- | .github/stale.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..f81b4c762 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,9 @@ +# Configuration for probot-stale - https://github.com/probot/stale +daysUntilStale: 180 +daysUntilClose: false +exemptLabels: + - "critical" +staleLabel: "2.status: stale" +markComment: | + I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nix/blob/master/.github/STALE-BOT.md) +closeComment: false |