Skip to content

Commit

Permalink
stale label is kind/stale
Browse files Browse the repository at this point in the history
updates the stale label to reflect
existing project labels
  • Loading branch information
john calabrese authored and john calabrese committed Apr 1, 2020
1 parent 72fb68f commit f614785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -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'

0 comments on commit f614785

Please sign in to comment.