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