From 07f685402118c403b5d07332dc29d609b616d044 Mon Sep 17 00:00:00 2001 From: Gideon Tong Date: Fri, 29 Mar 2024 10:53:50 -0700 Subject: [PATCH] Fix typo in yaml file (#173) --- .github/workflows/mark-stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mark-stale.yaml b/.github/workflows/mark-stale.yaml index 0d82a38..4a95853 100644 --- a/.github/workflows/mark-stale.yaml +++ b/.github/workflows/mark-stale.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/stale@v9 with: - stale-issue-message: 'This question has been stale for a week. It'll be closed in an additional day if not updated.' + stale-issue-message: 'This question has been stale for a week. It will be closed in an additional day if not updated.' close-issue-message: 'This issue has been closed because it has been stalled with no activity.' days-before-stale: -1 days-before-issue-stale: 7