stale label is kind/stale

updates the stale label to reflect
existing project labels
This commit is contained in:
xchapter7x 2020-04-01 15:09:37 -04:00 committed by john calabrese
parent 72fb68f814
commit 9d6a81edc2

View file

@ -15,5 +15,5 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
stale-issue-label: 'kind/stale'
stale-pr-label: 'kind/stale'