diff options
| author | Damir Merdan <44159556+dado-ca@users.noreply.github.com> | 2018-11-14 11:17:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-14 11:17:18 +0100 |
| commit | bb78ec417458347887a0668223dc7fd7bad377ea (patch) | |
| tree | 494a609118c85467702061a743e9fd0b7dba1860 /.github | |
| parent | b2cccc52c08f8195a1ddbb747c949915134940b4 (diff) | |
| parent | dbee219a9674daadd05aa1a27b36e76d91a35b5f (diff) | |
Merge branch 'master' into master
Diffstat (limited to '.github')
| -rw-r--r-- | .github/stale.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 7d6713d6..7444ec02 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,13 +4,10 @@ daysUntilStale: 45 daysUntilClose: 4 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security - - enhancement - - bug - - long term - - informational - - help wanted + - keep alive + - :tipping_hand_man: informational + - :sparkles: enhancement + - :beetle: bug # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable |
