mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
25
README.md
25
README.md
@@ -12,7 +12,7 @@ A GitHub Action to help you manage issues
|
|||||||
2. Fully automatic.
|
2. Fully automatic.
|
||||||
3. Hosted on the GitHub server, as long as GitHub is not down, it will keep running.
|
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
|
## 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.
|
[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
|
## LICENSE
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# 🤖 Issues Helper
|
# 🤖 Issues 助手
|
||||||
|
|
||||||
[English](./README.md) | 简体中文
|
[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
|
## LICENSE
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "issue-helper",
|
"name": "issue-helper",
|
||||||
"version": "1.0.0",
|
"version": "1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Some operations on issue.",
|
"description": "Some operations on issue.",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
|
Reference in New Issue
Block a user