refactor: change to title-excludes

This commit is contained in:
xrkffgg
2021-03-21 17:57:14 +08:00
parent a66760a95f
commit 1d2d39036b
11 changed files with 1773 additions and 6189 deletions

View File

@@ -110,11 +110,7 @@ async function getIssuesInMonth(owner, repo, thisMonth, page = 1) {
// **************************************************************************
function getCreatedMonth(d) {
return (
dayjs(d)
.utc()
.month() + 1
);
return dayjs(d).utc().month() + 1;
}
// **************************************************************************