From c45a29d5fea0cbd43d703729736bf81410ebc75c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 12 Apr 2022 13:15:44 +0300 Subject: [PATCH] TEMP testing --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index dcff12c29..83f1a065c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,8 +19,9 @@ jobs: uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + debug-only: true only-issue-labels: "Awaiting OP Action" close-issue-message: "Closing this issue as no feedback has been received." days-before-stale: -1 - days-before-close: 7 + days-before-close: 1 labels-to-remove-when-unstale: "Awaiting OP Action"