Skip to content

Commit

Permalink
ci(worlflows/stale): increase stale days to 90 and close to 30
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Feb 19, 2025
1 parent 646b05f commit d217929
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

days-before-pr-stale: 30
days-before-pr-close: 14
days-before-pr-stale: 90
days-before-pr-close: 30
stale-pr-message: 'This pull request is stale because it has been open for 30 days with no activity.'
close-pr-message: 'This pull request was closed because it has been inactive for 14 days since being marked as stale.'
stale-pr-label: 'stale › pr'

days-before-issue-stale: 30
days-before-issue-close: 14
days-before-issue-stale: 90
days-before-issue-close: 30
stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity.'
close-issue-message: 'This issue was closed because it has been inactive for 14 days since being marked as stale.'
stale-issue-label: 'stale › issue'

0 comments on commit d217929

Please sign in to comment.