diff --git a/.github/workflows/typos_check.yml b/.github/workflows/typos_check.yml index 099b219d3..0acbca910 100644 --- a/.github/workflows/typos_check.yml +++ b/.github/workflows/typos_check.yml @@ -1,5 +1,10 @@ name: Typos Check -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened] jobs: run: diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 000000000..08f67e5e8 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,4 @@ +[files] +extend-exclude = [ + 'apps/setting/models_provider/impl/*/icon/*' +] \ No newline at end of file diff --git a/ui/src/views/document/index.vue b/ui/src/views/document/index.vue index f9e6a8c04..a54d67d2e 100644 --- a/ui/src/views/document/index.vue +++ b/ui/src/views/document/index.vue @@ -123,6 +123,12 @@ :command="beforeCommand('status', '3')" >排队中 + 生成问题中