docs: add discuss

This commit is contained in:
xrkffgg
2020-12-28 10:15:39 +08:00
parent 78c1ba59b9
commit c5b5ee5c35
5 changed files with 21 additions and 1 deletions

View File

@@ -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).

View File

@@ -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) 中提出。