Skip to content

Commit

Permalink
Change stale to 90 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Sep 3, 2024
1 parent daeaa11 commit 1e1565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
days-before-stale: 30 # Number of days of inactivity before an issue or PR is marked stale
days-before-stale: 90 # Number of days of inactivity before an issue or PR is marked stale
days-before-close: 7 # Number of days after being marked stale before the issue or PR is closed
stale-issue-label: "stale" # Label to apply to stale issues
stale-pr-label: "stale" # Label to apply to stale pull requests
Expand Down

0 comments on commit 1e1565c

Please sign in to comment.