From 7aa4eebc7585b8aa84c0ec46cf312fe06164aa18 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 20 Jul 2026 13:39:33 +0200 Subject: [PATCH] github: downgrade require_linked_github_account to warning Some contributors still submit patches via the mailing list or are not using GitHub entirely, so an unlinked commit author email should not be treated as a hard failure. Signed-off-by: Josef Schlehofer Link: https://github.com/openwrt/openwrt/pull/24320 Signed-off-by: Jonas Jelonek --- .github/formalities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/formalities.json b/.github/formalities.json index 1face8ed128..c60be979d63 100644 --- a/.github/formalities.json +++ b/.github/formalities.json @@ -23,7 +23,7 @@ "check_space_after_assignment": false, "check_makefile_indentation": false, "check_pkg_release": "warning", - "require_linked_github_account": true, + "require_linked_github_account": "warning", "enable_stale_bot": false, "enable_labeler_yml": true } -- 2.47.3