Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyk committed May 5, 2024
1 parent 9e4b5ad commit f84ca3e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 10
days-before-pr-stale: 7
days-before-issue-close: 10
days-before-pr-close: 7
stale-issue-label: 'no-issue-activity'
stale-issue-message: 'This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 3 days.'
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
stale-pr-label: 'no-pr-activity'
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 2 days.'
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
stale-issue-label: "no-issue-activity"
days-before-issue-stale: 60
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 30 days."
days-before-issue-close: 30
close-issue-message: "This issue was closed because it has been stalled for 30 days with no activity."
stale-pr-label: "no-pr-activity"
days-before-pr-stale: 15
stale-pr-message: "This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 10 days."
days-before-pr-close: 10
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."

0 comments on commit f84ca3e

Please sign in to comment.