From 4160d9145e5c90133b69a4940f2d78b7cf156e6a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 12 Apr 2022 14:53:50 +0300 Subject: [PATCH] Skip all PRs without the special label --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 83f1a065c..dabb9fb8b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} debug-only: true - only-issue-labels: "Awaiting OP Action" + only-labels: "Awaiting OP Action" close-issue-message: "Closing this issue as no feedback has been received." days-before-stale: -1 days-before-close: 1