Skip to content

Commit

Permalink
Merge pull request nesterenkodm#104 from chebur/update-stale-issue-bot
Browse files Browse the repository at this point in the history
Update stale-bot to v3 from v1
  • Loading branch information
welljsjs authored Dec 16, 2020
2 parents e6dc9da + 6befdb7 commit 5684389
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it had been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This pull request is stale because it had been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 5 days.'
stale-issue-label: 'Status: Abandoned'
stale-pr-label: 'Status: Abandoned'
close-issue-message: 'This issue got closed because the stale label has not been removed and no comment has been added within the past 5 days.'
close-pr-message: 'This issue got closed because the stale label has not been removed and no comment has been added within the past 5 days.'
stale-issue-label: 'Status: Stale'
stale-pr-label: 'Status: Stale'
close-issue-label: 'Status: Abandoned'
close-pr-label: 'Status: Abandoned'
exempt-issue-labels: "Status: Confirmed,Status: In Progress,Status: Revision Needed"
exempt-pr-labels: "Status: Confirmed,Status: In Progress,Status: Revision Needed"
days-before-stale: 30
days-before-close: 5

0 comments on commit 5684389

Please sign in to comment.