From 7c40c8d1ce5ce7633b0aff479d111fff4d3acd16 Mon Sep 17 00:00:00 2001 From: Mark Cohen Date: Tue, 28 May 2024 12:06:16 -0400 Subject: [PATCH] =?UTF-8?q?issue-types=20is=20not=20a=20valid=20parameter,?= =?UTF-8?q?=20though=20it=20is=20documented=20in=20the=20=E2=80=A6=20(#198?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mark Cohen --- .github/workflows/stalled.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stalled.yml b/.github/workflows/stalled.yml index 624f05c385..26f6662bfe 100644 --- a/.github/workflows/stalled.yml +++ b/.github/workflows/stalled.yml @@ -10,7 +10,6 @@ jobs: steps: - uses: aws-actions/stale-issue-cleanup@v3 with: - issue-types: pull_requests stale-pr-label: 'stalled' stale-pr-message: 'This PR is stalled because it has been open for 30 days with no activity.' days-before-stale: 30