From b42831e825db0c92ae285c85ead18f92d6744f1c Mon Sep 17 00:00:00 2001 From: coreybutler Date: Fri, 17 Sep 2021 11:20:50 -0500 Subject: [PATCH] Attempt to specify stalebot start date --- .github/workflows/bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 9d689c1..ebad8a9 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -15,4 +15,4 @@ jobs: days-before-stale: 30 days-before-close: 7 days-before-pr-close: -1 - start-date: '20210915' \ No newline at end of file + start-date: '2021-09-15T05:00:00Z' \ No newline at end of file