Skip to content

Commit

Permalink
Set days before issue stale to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul authored and GitHub committed May 4, 2022
1 parent 95c3ae7 commit c6762fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-inactive-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/stale@v3
with:
days-before-issue-stale: 365
days-before-issue-stale: 200
days-before-issue-close: 5
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 365 days with no activity. Leave a comment to avoid closing this issue in 5 days."
Expand Down

0 comments on commit c6762fd

Please sign in to comment.