mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
Merge remote-tracking branch 'origin/main' into 3
This commit is contained in:
@@ -6,6 +6,14 @@
|
|||||||
⚡️ Code style
|
⚡️ 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
|
## v2.4.3
|
||||||
|
|
||||||
`2021.09.13`
|
`2021.09.13`
|
||||||
|
@@ -161,10 +161,10 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
|
|||||||
|
|
||||||
## README Badge
|
## 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:[](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:[](https://github.com/actions-cool/issues-helper). [More color see](https://github.com/actions-cool/issues-helper/issues/92).
|
||||||
|
|
||||||
```
|
```
|
||||||
[](https://github.com/actions-cool/issues-helper)
|
[](https://github.com/actions-cool/issues-helper)
|
||||||
```
|
```
|
||||||
|
|
||||||
## ⚡ Feedback
|
## ⚡ Feedback
|
||||||
|
@@ -161,10 +161,10 @@
|
|||||||
|
|
||||||
## README 图标
|
## README 图标
|
||||||
|
|
||||||
如果觉得 issues-helper 能帮到您,欢迎复制到 README 中,支持推广,给更多的项目带来便利:[](https://github.com/actions-cool/issues-helper)。[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。
|
如果觉得 issues-helper 能帮到您,欢迎复制到 README 中,支持推广,给更多的项目带来便利:[](https://github.com/actions-cool/issues-helper)。[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。
|
||||||
|
|
||||||
```
|
```
|
||||||
[](https://github.com/actions-cool/issues-helper)
|
[](https://github.com/actions-cool/issues-helper)
|
||||||
```
|
```
|
||||||
|
|
||||||
## ⚡ 反馈
|
## ⚡ 反馈
|
||||||
|
22
dist/index.js
vendored
22
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -36,7 +36,7 @@
|
|||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
"@actions/github": "^4.0.0",
|
"@actions/github": "^4.0.0",
|
||||||
"@octokit/rest": "^18.0.12",
|
"@octokit/rest": "^18.0.12",
|
||||||
"actions-util": "^1.0.0",
|
"actions-util": "^1.1.3",
|
||||||
"dayjs": "^1.9.7",
|
"dayjs": "^1.9.7",
|
||||||
"lodash": "^4.17.20"
|
"lodash": "^4.17.20"
|
||||||
},
|
},
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
const core = require('@actions/core');
|
const core = require('@actions/core');
|
||||||
const github = require('@actions/github');
|
const github = require('@actions/github');
|
||||||
|
const { THANKS } = require('actions-util/lib/thanks');
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
const {
|
const {
|
||||||
@@ -205,6 +206,8 @@ async function main() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
core.info('\n' + THANKS);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
}
|
}
|
||||||
|
@@ -4610,6 +4610,13 @@ actions-util@^1.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.12.5"
|
"@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:
|
add-dom-event-listener@^1.1.0:
|
||||||
version "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"
|
resolved "https://registry.yarnpkg.com/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz#6a92db3a0dd0abc254e095c0f1dc14acbbaae310"
|
||||||
|
Reference in New Issue
Block a user