diff --git a/CHANGELOG.md b/CHANGELOG.md index 6712b32..2615179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.1.3 + +`2021.03.31` + +- perf: body check number. + ## v1.1.2 `2021.02.21` diff --git a/dist/index.js b/dist/index.js index 5a8da31..fce1c73 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5976,7 +5976,7 @@ async function run() { result = false; } } else { - core.info(`The pr do not Mention ${issueNo}`); + core.info(`The pr do not mention issue ${issueNo}`); } } } else if (needCreatorAuthority) { diff --git a/src/main.js b/src/main.js index 0577ce5..45f83ea 100644 --- a/src/main.js +++ b/src/main.js @@ -79,7 +79,7 @@ async function run() { result = false; } } else { - core.info(`The pr do not Mention ${issueNo}`); + core.info(`The pr do not mention issue ${issueNo}`); } } } else if (needCreatorAuthority) {