From 7638557345646e81259c87bb7cdc5899ed78f745 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 2 Mar 2026 13:33:19 +0100 Subject: [PATCH] chore: Enable blank issues in issue template configuration unable to create tasks --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0ce..0086358db 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: false +blank_issues_enabled: true