chore: block gemini-code-bot (#56000)

* chore: block gemini-code-bot

* update
This commit is contained in:
lijianan
2025-11-30 20:57:51 +08:00
committed by GitHub
parent f9f21e4197
commit 7bff382088
2 changed files with 8 additions and 1 deletions

View File

@@ -38,7 +38,13 @@ interface ContributorsProps {
}
// 这些机器人账号不需要展示
const blockList = ['github-actions', 'copilot', 'renovate', 'dependabot'];
const blockList = [
'github-actions',
'copilot',
'renovate',
'dependabot',
'gemini-code-assist[bot]',
];
const Contributors: React.FC<ContributorsProps> = ({ filename }) => {
const { formatMessage } = useIntl();

View File

@@ -22,6 +22,7 @@ const excludes = [
'renovate[bot]',
'dependabot',
'dependabot[bot]',
'gemini-code-assist[bot]',
];
async function execute() {