mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore: block gemini-code-bot (#56000)
* chore: block gemini-code-bot * update
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -22,6 +22,7 @@ const excludes = [
|
||||
'renovate[bot]',
|
||||
'dependabot',
|
||||
'dependabot[bot]',
|
||||
'gemini-code-assist[bot]',
|
||||
];
|
||||
|
||||
async function execute() {
|
||||
|
||||
Reference in New Issue
Block a user