diff options
author | tcely <tcely@users.noreply.github.com> | 2019-05-17 12:59:16 -0400 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-05-21 17:23:23 +0000 |
commit | 5bc3c75ff1090852510a5561e9c871584c7e675a (patch) | |
tree | b6ae77a5ecfa661d9ebf9a32125d2743d9df780f | |
parent | d51e024b16ec968d474c068c921a0bbb281197fe (diff) | |
download | aports-5bc3c75ff1090852510a5561e9c871584c7e675a.tar.bz2 aports-5bc3c75ff1090852510a5561e9c871584c7e675a.tar.xz |
stale: exempt more labels
We don't wish to have stale bot bother contributors about actions we need to take.
Closes: GH-7914
-rw-r--r-- | .github/stale.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index e144917993..6e9d9509c2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,13 @@ pulls: daysUntilClose: 14 staleLabel: S-stale exemptLabels: + - S-help-wanted + - S-needs-review + - S-ready + - S-waiting-maintainer-review - S-WIP + - T-backport-it + - T-security markComment: > Sorry to bother you, but we noticed there has't been any activity on this pull request for 60 days. Because we have to deal with a lot of pull |