From fb3552c1ed13ec2d332d05af4d9c2cb94efbcdd6 Mon Sep 17 00:00:00 2001 From: Jacob Scott Date: Thu, 16 Nov 2023 15:31:09 +0000 Subject: [PATCH] Update remove-stale-prs.yml --- .github/workflows/remove-stale-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-stale-prs.yml b/.github/workflows/remove-stale-prs.yml index eea4637..c1d0e0d 100644 --- a/.github/workflows/remove-stale-prs.yml +++ b/.github/workflows/remove-stale-prs.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/stale@v8.0.0 with: - debug-only: true + debug-only: false exempt-pr-labels: 'DO_NOT_CLOSE' stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove the `Stale` label or add a comment - otherwise this will be closed in 7 days.' close-pr-message: 'This PR was closed because it has been stale for 7 days with no activity.'