From becd50eb68bc8d81e3d3b3a3737247c2ede239d0 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 6 Mar 2023 20:08:02 -0500 Subject: [PATCH] Remove debug-only option from stale bot --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c490bc396..2a3618b8d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,7 +25,6 @@ jobs: Please open a new issue for related bugs. - uses: actions/stale@v7 with: - debug-only: true operations-per-run: 999 days-before-issue-stale: 180 days-before-pr-stale: 180