-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(sync): Sitemap Creator 1.0.4 #10
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
更多信息: fix: 修复了当出现“未知更新方式”错误时显示的当前设置错误的问题 (其实就是用错环境变量了,用到自动更新那个去了) fix: 修复基础分支定义但未使用的问题
更多信息: fix?: 修复在Windows/Macos Runner上设置时区的问题
因为它们只是 DEBUG 日志而不是警告。 为什么不使用 console.debug()。此方法仅在日志等级为 Debug 时才会输出,而我们目前的控制方式是环境变量中的 Debug 参数而不是日志等级。
匹配逻辑: const outdatedPRs = pulls.filter(pr => pr.title.includes('自动更新网站地图') && pr.base.ref === process.env.BASE_BRANCH && pr.head.ref.includes('Sitemap_Creator')); PR标题中带有“自动更新网站地图” PR基分支是参数中设置的基分支 PR头分支名中包含“Sitemap_Creator”
Closed
Closed
Okay, I will try to fix it. |
你测试过了吗? |
fjwxzde
approved these changes
Feb 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
检查清单
修改说明