From 8929ed5a1f6757eb9f55e191eb4d7d417ad37b1b Mon Sep 17 00:00:00 2001 From: Niclas Rieger <45175997+nicrie@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:39:24 +0100 Subject: [PATCH] chore: bring all-contributors bot back to life Implement solution suggested in all-contributors/app#485 --- .all-contributorsrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1b1c970..d1ddf2d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -4,5 +4,8 @@ "repoType": "github", "repoHost": "https://github.com", "files": ["README.md"], - "imageSize": 100 -} \ No newline at end of file + "imageSize": 100, + "contributorsPerLine": 7, + "commitConvention": "angular", + "commitType": "chore" +}