diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-09 11:27:51 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-09 11:27:51 -0500 |
| commit | 5fd8099889edaa31bcfc32bbe3e4a3bd8c32ea99 (patch) | |
| tree | c295cde7b97a40fe97131ec5fabef2ae8b9c6f88 /.github/stale.yml | |
| parent | 5a584ae750380874e480d917dfaa7a5615870132 (diff) | |
tweak to probot stalebot
Diffstat (limited to '.github/stale.yml')
| -rw-r--r-- | .github/stale.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a1..4e025871 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,8 +6,9 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - enhancement # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had |
