From aad964e1212453523c6216832a85fe755cd58ec0 Mon Sep 17 00:00:00 2001 From: Steve Nay <265958+snay2@users.noreply.github.com> Date: Thu, 14 Oct 2021 15:41:10 -0500 Subject: [PATCH] Fix some typos in the stale policy config (#509) --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 59cc612a..80f442d9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,7 +25,7 @@ jobs: This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want this PR to never become stale, please ask a maintainer to apply the "stalebot-ignore" label. close-pr-message: > - This PR was closed because is has become stale with no activity. + This PR was closed because it has become stale with no activity. # 30+5 day stale policy for open issues # * Except Issues marked as "stalebot-ignore" @@ -42,6 +42,6 @@ jobs: stale-issue-label: "stale" stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. - If you want this issue to never become stale, please ask a collaborators to apply the "stalebot-ignore" label. + If you want this issue to never become stale, please ask a maintainer to apply the "stalebot-ignore" label. close-issue-message: > - This issue was closed because is has become stale with no activity. + This issue was closed because it has become stale with no activity.