diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-26 13:45:18 -0800 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-11-26 21:45:18 +0000 |
commit | 57581ad7334748249e2a0c63d144ad9e76eef746 (patch) | |
tree | fccd4715d1a80602e56863451fb2dca1a884b6e1 /.github/stale.yml | |
parent | b663a5b2486eb47909956b77d6dd13e08400f2fe (diff) |
Fix typos in stale.yml (#7489)
Diffstat (limited to '.github/stale.yml')
-rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 70804ff88d..eb49888191 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -18,7 +18,7 @@ pulls: activity in the last 45 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, or re-open when it's ready. - For maintainers: Please label with `awaiting review`, `breaking_change`, `in progress, or `on hold` to prevent + For maintainers: Please label with `awaiting review`, `breaking_change`, `in progress`, or `on hold` to prevent the issue from being re-flagged. # Comment to post when closing a stale Issue or Pull Request. closeComment: > @@ -45,7 +45,7 @@ issues: last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. - For maintainers: Please label with `bug`, `in progress`, `on hold`, discussion` or `to do` to prevent + For maintainers: Please label with `bug`, `in progress`, `on hold`, `discussion` or `to do` to prevent the issue from being re-flagged. closeComment: > This issue has been automatically closed because it has not had activity in the last 30 days. |