-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Add an CI check to verify if an article in the status of translating is out of date #80
Comments
Requirements:
|
There is another solution to do this. We can add a feishu bot to monitor the articles with translating status. Then it can raise alert in the Feishu group. This may be more convenient. |
And this need adding a new metadata when requesting translation of one article: translating_date, i.e., the date applying the translation task. |
Feishu bot could be a good idea in terms of reminding, since we just need a notification. |
The refactoring of CI checker can follow the logic flow mentioned in #115 , triggered by the change in |
@inscripoem 我们后续使用 actions/setup-python@v5 来做检查吧,shell做简单逻辑编写很快,复杂逻辑还是python更合适,写起来快一些 |
Our requirement for articles in the status of translating is one month ddl, i.e., the translation must be submitted within one month.
The text was updated successfully, but these errors were encountered: