From b62e8b35000edac9a7df86b536baed86ec00eb0a Mon Sep 17 00:00:00 2001 From: Roxedus Date: Fri, 5 May 2023 13:45:33 +0200 Subject: [PATCH] Reword issue comments --- .github/workflows/issues-cron.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/issues-cron.yml b/.github/workflows/issues-cron.yml index 46ffb99..06cd200 100644 --- a/.github/workflows/issues-cron.yml +++ b/.github/workflows/issues-cron.yml @@ -18,15 +18,17 @@ 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-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. + days-before-close: 60 + days-before-stale: 30 + exempt-issue-labels: awaiting-approval,work-in-progress + exempt-pr-labels: awaiting-approval,work-in-progress stale-issue-label: no-issue-activity stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. stale-pr-label: no-pr-activity stale-pr-message: This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. - days-before-stale: 30 - days-before-close: 60 - exempt-issue-labels: awaiting-approval,work-in-progress - exempt-pr-labels: awaiting-approval,work-in-progress repo-token: ${{ secrets.GITHUB_TOKEN }} operations-per-run: 400 @@ -44,9 +46,7 @@ jobs: with: issue-inactive-days: "30" include-any-issue-labels: no-issue-activity - issue-comment: This issue is locked due to inactivity exclude-any-issue-labels: awaiting-approval,work-in-progress pr-inactive-days: "30" include-any-pr-labels: no-pr-activity - pr-comment: This pull request is locked due to inactivity exclude-any-pr-labels: awaiting-approval,work-in-progress