Merge remote-tracking branch 'origin/main' into 3

This commit is contained in:
元凛
2021-10-19 20:17:40 +08:00
7 changed files with 45 additions and 5 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

@@ -161,10 +161,10 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
## 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/Issues%20Manage%20By-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).
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/Issues%20Manage%20By-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)
[![issues-helper](https://img.shields.io/badge/using-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)
```
## ⚡ Feedback

View File

@@ -161,10 +161,10 @@
## README 图标
如果觉得 issues-helper 能帮到您,欢迎复制到 README 中,支持推广,给更多的项目带来便利:[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)。[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。
如果觉得 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/Issues%20Manage%20By-issues--helper-blue?style=flat-square)](https://github.com/actions-cool/issues-helper)
[![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,7 +36,7 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.12",
"actions-util": "^1.0.0",
"actions-util": "^1.1.3",
"dayjs": "^1.9.7",
"lodash": "^4.17.20"
},

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

@@ -4610,6 +4610,13 @@ actions-util@^1.0.0:
dependencies:
"@babel/runtime" "^7.12.5"
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"