From 660b8a6705d05c4f1294cd66d3934651d145f22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 29 Jan 2025 17:14:51 -0500 Subject: [PATCH] ci: Enable stale marking/closing --- .github/workflows/stale-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml index c996be06f67c..bbeef00e3b51 100644 --- a/.github/workflows/stale-prs.yml +++ b/.github/workflows/stale-prs.yml @@ -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 @@ -31,4 +31,4 @@ jobs: # Flag older PRs first ascending: true - debug-only: true \ No newline at end of file + debug-only: false \ No newline at end of file