From 95e560b6ba69db1e1c2b2916d6d127459ae626db Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 24 Dec 2022 03:28:09 -0500 Subject: [PATCH] fix: don't skipCi for allcontributors --- .all-contributorsrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0fdf5a180..7feffb2b5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -60,6 +60,5 @@ "projectName": "template-typescript-node-package", "projectOwner": "JoshuaKGoldberg", "repoHost": "https://github.com", - "repoType": "github", - "skipCi": true + "repoType": "github" }