Skip to content

Commit

Permalink
Update close_inactive_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
francawinter authored Jan 8, 2024
1 parent 2877526 commit c69c696
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 @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
days-before-issue-stale: 7
days-before-issue-stale: 30
days-before-issue-close: 7
stale-issue-label: "stale"
stale-issue-message: "Hey! This issue is still open, but there hasn't been any activity for a week now, so we will be marking this issue as stale and closing it in a week if it's still inactive."
Expand Down

0 comments on commit c69c696

Please sign in to comment.