]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
github: downgrade require_linked_github_account to warning main master 24320/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 20 Jul 2026 11:39:33 +0000 (13:39 +0200)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Wed, 22 Jul 2026 21:01:54 +0000 (23:01 +0200)
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 <pepe.schlehofer@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/24320
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
.github/formalities.json

index 1face8ed12859de6c9e84c73e620d800719ff680..c60be979d631c31c34a752f3acb40440c59fb392 100644 (file)
@@ -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
 }