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"