From: Josef Schlehofer Date: Mon, 20 Jul 2026 11:39:33 +0000 (+0200) Subject: github: downgrade require_linked_github_account to warning X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7aa4eebc7585b8aa84c0ec46cf312fe06164aa18;p=thirdparty%2Fopenwrt.git 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 --- 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 }