From 405f96be847ff24b7798f29a591f8a2bd9ffa8aa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 1 Aug 2021 02:36:26 -0400 Subject: [PATCH] dev: clarify stale bot messages Also fix typos. --- .github/workflows/triage.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 61a551da2..5d80a7b4b 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -11,11 +11,12 @@ jobs: stale-issue-message: > This issue has been automatically marked stale because of a lack of recent activity. If this issue is still valid, reply to it or remove - the label, or it will be closed in 7 days. + the label or it will be closed in 7 days. stale-pr-message: >- - This PR has been automatically marked stale because of a lack of - recent activity. If this PR is still valid or a work in progress, - replace or remove the label, or it will be closed in 7 days. + This PR has been automatically marked stale because it hasn't been + approved and due to a lack of recent activity (in the past 60 days). + If this PR is still valid or a work in progress, post a reply or + remove the label. It will otherwise be closed in 7 days. exempt-issue-labels: ':heart:,needs-triage,backlog,help wanted,1. announcement,2. status:confirmed' exempt-pr-labels: ':heart:,needs-triage,backlog,2. status:confirmed,2. status:archived,2. status:resolved-temporarily,2. status:waiting,2. status:needs-work' stale-issue-label: stale