From 9e3e57ff90c089641a3a5833c2211841da1a37f8 Mon Sep 17 00:00:00 2001 From: Stefan Ruvceski <96768603+ruvceskistefan@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:12:55 +0100 Subject: [PATCH] close reason update (#3027) * Update close-bugs-bot.yml * Update close-features-bot.yml --- .github/workflows/close-bugs-bot.yml | 1 - .github/workflows/close-features-bot.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/close-bugs-bot.yml b/.github/workflows/close-bugs-bot.yml index 8c37e97ee..4a0e129fb 100644 --- a/.github/workflows/close-bugs-bot.yml +++ b/.github/workflows/close-bugs-bot.yml @@ -15,4 +15,3 @@ jobs: only-labels: "actions-bug" days-before-stale: 0 days-before-close: 1 - close-issue-reason: "completed" diff --git a/.github/workflows/close-features-bot.yml b/.github/workflows/close-features-bot.yml index e20d5bbee..a710a8a84 100644 --- a/.github/workflows/close-features-bot.yml +++ b/.github/workflows/close-features-bot.yml @@ -15,4 +15,3 @@ jobs: only-labels: "actions-feature" days-before-stale: 0 days-before-close: 1 - close-issue-reason: "completed"