Skip to content

Commit

Permalink
ci: stale after 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Feb 9, 2024
1 parent d85c743 commit 07670fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
with:
stale-issue-message: >
This issue has been automatically marked as stale because
it has not had recent activity. It will be closed if
it has not had recent activity. It will be closed in 7 days 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 could be closed if no further
activity occurs. Thank you for your contributions.
days-before-stale: 60
days-before-stale: 30
days-before-close: 7
days-before-pr-close: -1
exempt-all-pr-milestones: true
Expand Down

0 comments on commit 07670fa

Please sign in to comment.