Skip to content

Commit

Permalink
chore(ci): Update stale-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Feb 8, 2021
1 parent 6c697a7 commit b0b86b8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v3.0.16
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
days-before-issue-stale: 45
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
days-before-issue-stale: 30
days-before-issue-close: 10
days-before-pr-close: -1
days-before-pr-stale: -1
exempt-issue-labels: 'ApexCharts.JS,released on @dev'

0 comments on commit b0b86b8

Please sign in to comment.