no auto-close on stale issues/prs

uses the exempt flag to ignore issues already marked
stale. this will allow us to auto label stale,
and then ignore them so they do not get auto
closed.
This commit is contained in:
xchapter7x 2020-04-02 11:48:52 -04:00
parent d91865a2c9
commit a0f5bb5ed5

View file

@ -17,3 +17,5 @@ jobs:
stale-pr-message: 'This PR is being marked as stale due to a long period of inactivity'
stale-issue-label: 'kind/stale'
stale-pr-label: 'kind/stale'
exempt-issue-label: 'kind/stale'
exempt-pr-label: 'kind/stale'