diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 73a763d..5c6ea8a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,6 +17,3 @@ jobs:
- name: package
run: yarn package
-
- - name: package
- run: yarn docs:build
diff --git a/.github/workflows/surge-preview.yml b/.github/workflows/surge-preview.yml
index 7c2e4aa..c6aac1f 100644
--- a/.github/workflows/surge-preview.yml
+++ b/.github/workflows/surge-preview.yml
@@ -1,14 +1,12 @@
name: 🔂 Surge PR Preview
-on: pull_request_target
+on: pull_request
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- with:
- ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: afc163/surge-preview@v1
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
diff --git a/README.en-US.md b/README.en-US.md
index a6cffb3..cd00a17 100644
--- a/README.en-US.md
+++ b/README.en-US.md
@@ -51,6 +51,11 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
dumi
+
+
+
+ jsx-next
+ |
@@ -66,12 +71,12 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
pro-components
|
+
react-component
|
-
@@ -82,6 +87,12 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
umi
|
+
+
+
+ vite
+ |
+
@@ -92,6 +103,8 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
zoo
|
+ |
+ |
@@ -322,7 +335,7 @@ jobs:
#### `create-label`
-Create label。If you want to create multiple labels base on repository path. [See](https://github.com/actions-cool/create-labels).
+Create label. If you want to maintain labels in batches, [see](https://github.com/actions-cool/labels-helper).
```yml
- name: Create label
@@ -1113,7 +1126,7 @@ Click the `···` icon in the upper right corner of a comment, select `Copy lin
## Actions Template
- You can directly use this [GitHub Actions workflow template](https://github.com/actions-cool/.github) repositorie template
-- Personal exercises and tests [Actions](https://github.com/xrkffgg/test-ci) repository
+- Personal exercises and tests [Actions](https://github.com/actions-cool/test-issues-helper) repository
- Can also refer to the warehouse of [online users](#who-is-using)
## ⚡ Feedback
diff --git a/README.md b/README.md
index e66af3d..b2bafb7 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,11 @@
dumi
+
+
+
+ jsx-next
+ |
@@ -66,12 +71,12 @@
pro-components
|
+
react-component
|
-
@@ -82,6 +87,12 @@
umi
|
+
+
+
+ vite
+ |
+
@@ -92,6 +103,8 @@
zoo
|
+ |
+ |
@@ -322,7 +335,7 @@ jobs:
#### `create-label`
-新增 label。若想根据目录生成多个 labels,[可查看](https://github.com/actions-cool/create-labels)。
+新增 label。若想批量维护 labels,[可查看](https://github.com/actions-cool/labels-helper)。
```yml
- name: Create label
@@ -1108,7 +1121,7 @@ x2 + y2
## Actions 模板
- 可直接使用这个 [GitHub Actions workflow template](https://github.com/actions-cool/.github) 仓库的模板
-- 个人练习和测试 [Actions](https://github.com/xrkffgg/test-ci) 的仓库
+- 个人练习和测试 [Actions](https://github.com/actions-cool/test-issues-helper) 的仓库
- 也可以来 [线上使用者](#谁在使用) 的仓库参照
## ⚡ 反馈
diff --git a/USERS.js b/USERS.js
index 613c65e..f0c4e41 100644
--- a/USERS.js
+++ b/USERS.js
@@ -49,6 +49,14 @@ const users = [
url: 'https://github.com/prettier/prettier',
logo: 'https://github.com/prettier/prettier-logo/blob/master/images/prettier-icon-light.png?raw=true'
},
+ {
+ url: 'https://github.com/vuejs/jsx-next',
+ logo: 'https://avatars.githubusercontent.com/u/6128107?s=200&v=4'
+ },
+ {
+ url: 'https://github.com/vitejs/vite',
+ logo: 'https://avatars.githubusercontent.com/u/65625612?s=200&v=4'
+ },
];
// **************************************************************************
diff --git a/docs/base.en-US.md b/docs/base.en-US.md
index a9b0fd0..9bac4e6 100644
--- a/docs/base.en-US.md
+++ b/docs/base.en-US.md
@@ -185,7 +185,7 @@ jobs:
## `create-label`
-Create label。If you want to create multiple labels base on repository path. [See](https://github.com/actions-cool/create-labels).
+Create label. If you want to maintain labels in batches, [see](https://github.com/actions-cool/labels-helper).
```yml
- name: Create label
diff --git a/docs/base.md b/docs/base.md
index 09c12b0..3c31378 100644
--- a/docs/base.md
+++ b/docs/base.md
@@ -185,7 +185,7 @@ jobs:
## `create-label`
-新增 label。若想根据目录生成多个 labels,[可查看](https://github.com/actions-cool/create-labels)。
+新增 label。若想批量维护 labels,[可查看](https://github.com/actions-cool/labels-helper)。
```yml
- name: Create label
diff --git a/docs/guide/faq.en-US.md b/docs/guide/faq.en-US.md
index 3a46b4f..91503f0 100644
--- a/docs/guide/faq.en-US.md
+++ b/docs/guide/faq.en-US.md
@@ -15,7 +15,7 @@ Yes. The bottom layer of Action uses GitHub REST API. The general situation is 5
Yes.
1. You can use this [GitHub Actions workflow template](https://github.com/actions-cool/.github) repository template
-2. Personal exercises and tests [Actions](https://github.com/xrkffgg/test-ci) repository
+2. Personal exercises and tests [Actions](https://github.com/actions-cool/test-issues-helper) repository
3. You can also refer to the warehouse of [online users](/en-US#-who-is-using)
## I want to pause Actions, is there an easy way?
diff --git a/docs/guide/faq.md b/docs/guide/faq.md
index 8f02327..8013bbb 100644
--- a/docs/guide/faq.md
+++ b/docs/guide/faq.md
@@ -15,7 +15,7 @@ GitHub Actions 是由 GitHub 免费提供的。其中 `Private` 项目每月有
有的。
1. 你可以使用这个 [GitHub Actions workflow template](https://github.com/actions-cool/.github) 仓库的模板
-2. 个人练习和测试 [Actions](https://github.com/xrkffgg/test-ci) 的仓库
+2. 个人练习和测试 [Actions](https://github.com/actions-cool/test-issues-helper) 的仓库
3. 也可以来 [线上使用者](/#-谁在使用?) 的仓库参照
## 我想暂停 Actions,有没有简单的办法?