Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(workflow): 调整 Workflow 配置 #40

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .github/workflows/file-copy-repos.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/file-copy.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/issue-assignees.temp.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/issue-help-wanted.temp.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/issue-mark-duplicate.temp.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/issue-reply.temp.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/issue-synchronize.temp.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/issues-dailyclose-schedule.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/issues-dailynew-schedule.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/issues-statistics-schedule.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/typos-config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[default.extend-words]
vertx = "vertx"
actived = "actived"
formated = "formated"
colum = "colum"

[files]
extend-exclude = ["**/lib/**","**/spline/**","contributor.html","README.md","README_zh-CN.md","docsearch.min.js","*.svg"]
8 changes: 2 additions & 6 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

echo $PUBLICK_TYPE

if [ "${PUBLICK_TYPE}" != "lerna" ]; then
exec < /dev/tty && npx git-cz --hook
fi
npx czg --hook || true
15 changes: 8 additions & 7 deletions site/sidebar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ export default [
path: '/quick-start',
component: () => import('@docs/starter.md'),
},
{
title: '更新日志',
titleEn: 'CHANGELOG',
name: 'changelog',
path: '/changelog',
component: () => import('@/CHANGELOG.md'),
},
// 暂时注释
// {
// title: '更新日志',
// titleEn: 'CHANGELOG',
// name: 'changelog',
// path: '/changelog',
// component: () => import('@/CHANGELOG.md'),
// },
{
title: '组件概览',
titleEn: 'Overview',
Expand Down
Loading