From 837548e4320c8ee8b58d04075c354c6a23fd20db Mon Sep 17 00:00:00 2001 From: lelia Date: Mon, 31 Jul 2023 22:44:26 -0400 Subject: [PATCH] Update input names Signed-off-by: lelia --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d88283c..7e76c6e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,5 +12,5 @@ jobs: issues: write pull-requests: write with: - days-before-stale: 1 - days-before-close: 2 + days-until-stale: 1 + days-until-close: 2