Skip to content

Commit

Permalink
update labels for stale action (pingcap#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangQD authored Sep 2, 2020
1 parent ec0bc72 commit 24044fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1.1.0
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days'
Expand All @@ -18,3 +18,4 @@ jobs:
stale-pr-label: 'lifecycle/stale'
exempt-issue-label: 'lifecycle/frozen'
exempt-pr-label: 'lifecycle/frozen'
only-labels: 'status/needs-info'

0 comments on commit 24044fa

Please sign in to comment.