From decebab9d402f29485681636250991683048fd30 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Mon, 5 Aug 2024 09:36:27 +0200 Subject: [PATCH] Update Stale bot message --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f7bf764fac..6b70d121cc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} # Don't ever mark PRs as stale. days-before-pr-stale: -1 - stale-issue-message: 'This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment.' + stale-issue-message: 'Thank you for your contribution to our project. This issue has not received any updates for 60 days and may be considered "stale." If this issue is still important to you, please add an update within the next 7 days to keep it open. Administrators can manually reopen the issue if necessary.' close-issue-message: 'This issue has been closed due to lack of recent activity. Please consider opening a new one if needed.' # Don't act on things assigned to a milestone or assigned to someone. exempt-all-milestones: true