From f5cdee36473e3eefef3a7e28c3642c096b0c1ecf Mon Sep 17 00:00:00 2001 From: Weirui Kuang <39145382+rayrayraykk@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:59:19 +0800 Subject: [PATCH] Revert "add contributor bot configuration (#491)" This reverts commit 6178c29bcbff044c5bab788c0eb364c0fe84baec. --- .all-contributorsrc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 1efe64307..000000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,24 +0,0 @@ -{ - "projectName": "modelscope/agentscope", - "projectOwner": "modelscope", - "repoType": "github", - "repoHost": "https://github.com", - "files": ["README.md", "README_ZH.md", "README_JA.md"], - "imageSize": 50, - "commit": true, - "contributorsPerLine": 7, - "contributorsSortAlphabetically": false, - "badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)", - "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", - "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", - "types": { - "custom": { - "symbol": "🔭", - "description": "A custom contribution type.", - "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," - } - }, - "linkToUsage": false, - "skipCi": true, - "contributors": [] -} \ No newline at end of file