Skip to content

Commit

Permalink
Merge pull request #19375 from unoplatform/dev/jela/enable-stale
Browse files Browse the repository at this point in the history
ci: Enable stale marking/closing
  • Loading branch information
jeromelaban authored Jan 29, 2025
2 parents 2be7b2b + 660b8a6 commit 5bc5c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
# docs: https://github.com/actions/stale?tab=readme-ov-file

stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'

days-before-pr-stale: 60
Expand All @@ -31,4 +31,4 @@ jobs:
# Flag older PRs first
ascending: true

debug-only: true
debug-only: false

0 comments on commit 5bc5c03

Please sign in to comment.