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 4bf8ed1 commit 3d145c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close_inactive_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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."
close-issue-message: "This issue was closed because it has been inactive for one week since being marked as stale."
close-issue-message: "This issue was closed because it has been inactive for one week since being marked as stale."

0 comments on commit 3d145c1

Please sign in to comment.