docs: add user (#8)

* docs: add user

* fix

* add

* add
This commit is contained in:
xrkffgg
2020-12-24 13:00:12 +08:00
committed by GitHub
parent 87d4e59578
commit 597b0b36ce
3 changed files with 44 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ A GitHub Action to help you manage issues
2. Fully automatic.
3. Hosted on the GitHub server, as long as GitHub is not down, it will keep running.
> Private projects have a limit of 2000 times per month, [Specific view](https://github.com/settings/billing). Public are unlimited.
> Private projects have a limit of 2000 times per month. [Specific view](https://github.com/settings/billing). Public are unlimited.
## List
@@ -731,9 +731,28 @@ Click the `···` icon in the upper right corner of a comment, select `Copy lin
[GitHub Actions workflow template](https://github.com/actions-cool/.github). After fork, you can use the template directly.
## 💖 Who are using?
## 💖 Who is using?
You can come to the following reference template. Please leave a message at [**here** ](https://github.com/actions-cool/issues-helper/issues/6).
You can come to the following repositories for reference. Please leave a message at [**here** ](https://github.com/actions-cool/issues-helper/issues/6).
<table>
<tr>
<td align="center">
<a href="https://github.com/ant-design/ant-design">
<img src="https://avatars1.githubusercontent.com/u/12101536?s=200&v=4" width="46" />
</a>
<br/>
<strong>ant-design</strong>
</td>
<td align="center">
<a href="https://github.com/vueComponent/ant-design-vue">
<img src="https://avatars2.githubusercontent.com/u/32120805?s=200&v=4" width="46" />
</a>
<br/>
<strong>ant-design-vue</strong>
</td>
</tr>
</table>
## LICENSE

View File

@@ -1,4 +1,4 @@
# 🤖 Issues Helper
# 🤖 Issues 助手
[English](./README.md) | 简体中文
@@ -733,7 +733,26 @@ jobs:
## 💖 谁在使用?
你可以来以下项目参考模版。欢迎在[ **这里** ](https://github.com/actions-cool/issues-helper/issues/6)留言。
你可以来以下项目进行参考。欢迎在[ **这里** ](https://github.com/actions-cool/issues-helper/issues/6)留言。
<table>
<tr>
<td align="center">
<a href="https://github.com/ant-design/ant-design">
<img src="https://avatars1.githubusercontent.com/u/12101536?s=200&v=4" width="46" />
</a>
<br/>
<strong>ant-design</strong>
</td>
<td align="center">
<a href="https://github.com/vueComponent/ant-design-vue">
<img src="https://avatars2.githubusercontent.com/u/32120805?s=200&v=4" width="46" />
</a>
<br/>
<strong>ant-design-vue</strong>
</td>
</tr>
</table>
## LICENSE

View File

@@ -1,6 +1,6 @@
{
"name": "issue-helper",
"version": "1.0.0",
"version": "1.0",
"private": true,
"description": "Some operations on issue.",
"main": "src/main.js",