Skip to content

Commit

Permalink
fix: override default so that issues are not marked as stale (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
maniarathi authored Aug 24, 2023
1 parent f749733 commit 2d7aab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close-stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
days-before-issue-stale: -1 # Do not mark any issues as stale
days-before-pr-stale: 14
days-before-pr-close: 3
stale-pr-message: "This PR has not seen any activity in the past 2 weeks; if no one comments or reviews it in the next 3 days, this PR will be closed."
Expand Down

0 comments on commit 2d7aab3

Please sign in to comment.