Compare commits

..

5 Commits
v2.4.3 ... v2

Author SHA1 Message Date
元凛
a4367f11ad docs: update badge 2021-10-19 20:12:16 +08:00
xrkffgg
aa229b2b9f feat: add thanks (#96)
* feat: add thanks

* up

* d
2021-10-19 19:40:27 +08:00
元凛
dc85436cff docs: add more color 2021-09-29 22:09:53 +08:00
元凛
b447d44641 docs: update badge style 2021-09-29 21:27:31 +08:00
元凛
21c1ba20ab docs: add badge 2021-09-29 21:26:23 +08:00
8 changed files with 59 additions and 2 deletions

View File

@@ -6,6 +6,14 @@
⚡️ Code style
-->
## v2.5.0
`2021.10.19`
- 🚀 feat: add thanks.
> 🐣 This will be the last version of 2.x, 3.x is under development.
## v2.4.3
`2021.09.13`

View File

@@ -159,6 +159,14 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
</tr>
</table>
## README Badge
If you think issues-helper can help you, please copy it to the README to support promotion and bring convenience to more repositories:[![issues-helper](https://img.shields.io/badge/using-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper). [More color see](https://github.com/actions-cool/issues-helper/issues/92).
```
[![issues-helper](https://img.shields.io/badge/using-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)
```
## ⚡ Feedback
You are very welcome to try it out and put forward your comments. You can use the following methods:

View File

@@ -159,6 +159,14 @@
</tr>
</table>
## README 图标
如果觉得 issues-helper 能帮到您,欢迎复制到 README 中,支持推广,给更多的项目带来便利:[![issues-helper](https://img.shields.io/badge/using-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)。[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。
```
[![issues-helper](https://img.shields.io/badge/using-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)
```
## ⚡ 反馈
非常欢迎你来尝试使用,并提出意见,你可以通过以下方式:

22
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -36,6 +36,7 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.12",
"actions-util": "^1.1.3",
"dayjs": "^1.9.7",
"father": "^2.30.7",
"lodash": "^4.17.20"

View File

@@ -43,8 +43,8 @@ ${table}
// **************************************************************************
const point = '<table>';
const cnPoint = `## ⚡ 反馈`;
const enPoint = `## ⚡ Feedback`;
const cnPoint = `## README 图标`;
const enPoint = `## README Badge`;
// **************************************************************************

View File

@@ -1,5 +1,6 @@
const core = require('@actions/core');
const github = require('@actions/github');
const { THANKS } = require('actions-util/lib/thanks');
// **************************************************************************
const {
@@ -205,6 +206,8 @@ async function main() {
break;
}
}
core.info('\n' + THANKS);
} catch (error) {
core.setFailed(error.message);
}

View File

@@ -5274,6 +5274,13 @@ acorn@^8.1.0:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.4.tgz#caba24b08185c3b56e3168e97d15ed17f4d31fd0"
integrity sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==
actions-util@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/actions-util/-/actions-util-1.1.3.tgz#2fab599b0e114d64453309d47811a9e9fb0cc275"
integrity sha512-d+dykAOsO1l2RTpF8lvEn2Hux/QMBTSUVjh6i4EUrvTOPR0Cacs7PPZTvKetlfjkrC1H6QljAkAS+Ltr1ZXdmQ==
dependencies:
"@babel/runtime" "^7.12.5"
add-dom-event-listener@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz#6a92db3a0dd0abc254e095c0f1dc14acbbaae310"