From 3aa2402bde30cf712a8837a893e87e0c42602eb2 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Fri, 5 May 2023 15:24:18 +0200 Subject: [PATCH] Tweaks --- .github/workflows/issues-cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues-cron.yml b/.github/workflows/issues-cron.yml index 06cd200..cc1f26c 100644 --- a/.github/workflows/issues-cron.yml +++ b/.github/workflows/issues-cron.yml @@ -18,9 +18,9 @@ jobs: - uses: actions/stale@v8.0.0 with: close-issue-label: closed-issue-activity - close-issue-message: This issue is closed due to lack of feedback needed to resolve the issue. If not further action is taken, this issue will be closed. + close-issue-message: This issue has been closed due to inactivity or lack of feedback needed to resolve the issue. If no further action is taken, this issue will be locked in 30 days. close-pr-label: closed-pr-activity - close-pr-message: This pull request is closed due to lack of feedback needed to merge the pull request. If not further action is taken, this pull request will be closed. + close-pr-message: This pull request has been closed due to inactivity or lack of feedback needed to merge the pull request. If no further action is taken, this pull request will be locked in 30 days. days-before-close: 60 days-before-stale: 30 exempt-issue-labels: awaiting-approval,work-in-progress