Skip to content

Commit fe25f85

Browse files
committed
chore: update workflows config.
1 parent 82e5ab2 commit fe25f85

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
head-ref: ${{ steps.create_tag.outputs.version }}
36-
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
36+
filter-author: (jaywcjlove|小弟调调™|renovate|renovate-bot|dependabot\[bot\]|Renovate Bot)
3737
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
3838

3939
- name: Create Release

website/src/routes/router.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ export const getRouterData = {
6666
'/docs/development/components': {
6767
component: dynamicWrapper([], () => import('../pages/docs/development/components')),
6868
},
69-
// '/components': {
70-
// component: dynamicWrapper([], () => import('../layouts/ComponentsLayout')),
71-
// },
7269
'/components/about': {
7370
component: dynamicWrapper([], () => import('../pages/components/about')),
7471
},

0 commit comments

Comments
 (0)