From 21728fdbb0abcbf336bd9720a91753d8d862f015 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 21 May 2021 11:36:16 -0400 Subject: [PATCH] Fix typo in stale GitHub Action (#367) --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 12d7444c12..7015cfd8c4 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -15,7 +15,7 @@ jobs: stale-issue-message: |- This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of - inactivity. Keep frash with the 'lifecycle/frozen' label. + inactivity. Keep fresh with the 'lifecycle/frozen' label. stale-issue-label: 'lifecycle/stale' exempt-issue-labels: 'lifecycle/frozen'