From b1a494aea413b19bf9bd9b92a2f47a8d559b4052 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Tue, 6 Jul 2021 13:54:24 -0700 Subject: [PATCH] Fix closing answered issues by setting the stale-issue-message attribute. In the upcoming action version 4, we can omit both the skip-stale-issue-message and the stale-issue-message. --- .github/workflows/answered.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/answered.yml b/.github/workflows/answered.yml index e01cf284cc29..3d636008daa5 100644 --- a/.github/workflows/answered.yml +++ b/.github/workflows/answered.yml @@ -17,4 +17,5 @@ jobs: days-before-stale: 30 days-before-close: 7 stale-issue-label: 'status:Closing as Answered' + stale-issue-message: '' only-issue-labels: 'status:Answered'