From c520337a36f3619f9a6d89ab0fee4193e8928d72 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Wed, 17 Jul 2024 11:46:55 +0530 Subject: [PATCH] Add issue/PR comment messages to GitHub stale action bot. --- .github/workflows/issues.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 2d6cb4cd..c2b9df2b 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -16,3 +16,5 @@ jobs: debug-only: false exempt-all-assignees: true operations-per-run: 1000 + stale-issue-message: "This issue has been marked 'stale' after 90 days of inactivity. If there is no further activity, it will be closed in 7 days." + stale-pr-message: "This PR has been marked 'stale' after 90 days of inactivity. If there is no further activity, it will be closed in 7 days."