We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
机器人现在每周都会生成多次周报,这样会导致issues出现大量相同的周报。尽管最后只会保留一个周报是打开的状态,但是还是会影响寻找一些关闭状态的issues的体验。
每周只生成一次周报
createScheduler
moment.utc().day() === getNumDayFromLongDay(6)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景
机器人现在每周都会生成多次周报,这样会导致issues出现大量相同的周报。尽管最后只会保留一个周报是打开的状态,但是还是会影响寻找一些关闭状态的issues的体验。
期望
每周只生成一次周报
可能的改进方案
createScheduler
(index.ts)时设置每天一次触发(目前时1小时一次)moment.utc().day() === getNumDayFromLongDay(6)
(digest.ts)判断改为具体到小时的判断The text was updated successfully, but these errors were encountered: