diff --git a/README.en-US.md b/README.en-US.md index b0738a6..b1ac89b 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -24,6 +24,8 @@ A GitHub Action that easily helps you automatically manage issues ## List +When the following list does not have the features you want, you can submit it in [What do you want?](https://github.com/actions-cool/issues-helper/discussions/18). + - ⭐ Base - [`add-assignees`](#add-assignees) - [`add-labels`](#add-labels) diff --git a/README.md b/README.md index b8ba1f1..bce410e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ ## 列 表 +当以下列表没有你想要的功能时,可以在 [What do you want?](https://github.com/actions-cool/issues-helper/discussions/18) 中提出。 + - ⭐ 基 础 - [`add-assignees`](#add-assignees) - [`add-labels`](#add-labels) diff --git a/action.yml b/action.yml index 12b946e..3dec888 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Issues Helper' -description: 'A GitHub Action to help you manage issues' +description: 'A GitHub Action that easily helps you automatically manage issues' author: 'xrkffgg' branding: icon: 'message-square' diff --git a/docs/guide/faq.en-US.md b/docs/guide/faq.en-US.md index b4c5704..6754a67 100644 --- a/docs/guide/faq.en-US.md +++ b/docs/guide/faq.en-US.md @@ -14,6 +14,14 @@ Yes. 2. Personal exercises and tests [Actions](https://github.com/xrkffgg/test-ci) 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? + +Yes, you can directly modify `actions`. For example: `actions:'create-comment'` is changed to `actions:'#create-comment'`. It is also convenient for recovery. + ## So many versions, how to choose? You can view the detailed [changelog](/en-US/changelog). The latest releases version is recommended. + +## What should I do if there is no function I want here? + +You can submit it in [What do you want?](https://github.com/actions-cool/issues-helper/discussions/18). diff --git a/docs/guide/faq.md b/docs/guide/faq.md index d24cf9c..7a09a3b 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -14,6 +14,14 @@ GitHub Actions 是由 GitHub 免费提供的。其中 `Private` 项目每月有 2. 个人练习和测试 [Actions](https://github.com/xrkffgg/test-ci) 的仓库 3. 也可以来 [线上使用者](/#-谁在使用?) 的仓库参照 +## 我想暂停 Actions,有没有简单的办法? + +有的,你可以将直接修改 `actions`。例如:`actions: 'create-comment'` 修改为 `actions: '#create-comment'`。同时也方便恢复。 + ## 这么多版本,如何选择? 你可以查看详细的 [更新日志](/changelog)。推荐采用最新 releases 版本。 + +## 如果这里没有我想要的功能,该怎么办? + +你可以在 [What do you want?](https://github.com/actions-cool/issues-helper/discussions/18) 中提出。