Skip to content

Commit

Permalink
chore(workflow): 调整 Workflow 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
sa03 committed Jun 17, 2024
1 parent dc4bb11 commit 2195be3
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 305 deletions.
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

0 comments on commit 2195be3

Please sign in to comment.