From c9ac6a9cbf6c08872619e51a9f25e1589608dbb3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 19 Sep 2021 14:23:34 +0200 Subject: [PATCH] dev(ci): revise stalebot messages --- .github/workflows/triage.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index b9be0deb7..6d86d43e3 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -9,14 +9,13 @@ jobs: - uses: actions/stale@v3 with: 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. + :warning: **This issue has been automatically marked stale because + due to 60 days of inactivity.** If this issue is still valid, please + reply to it or it will be closed in 7 days. stale-pr-message: >- - 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. + :warning: **This pull request has been automatically marked stale + due to 60 days of inactivity.** If this PR is still valid, please + reply to it or it will be closed in 7 days. exempt-issue-labels: ':heart:,needs-triage,backlog,help wanted,1. announcement,2. status:confirmed,2. status:waiting' 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