From 9f01c1e00a51bb9873cab66a01cd738da44375ee Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 14 Dec 2025 22:24:27 +0100 Subject: [PATCH] other: disable skip CI for all-contributors (#1901) --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 78807b14..d5c7f6c6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -699,7 +699,7 @@ "projectOwner": "ClementTsang", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true, + "skipCi": false, "commitConvention": "angular", "commitType": "docs" }