Fix daily-log workflow change detection for newly generated files#2
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/CyberYui/KiriMonoLog/sessions/ae1e4fd7-45f7-4f63-b050-31b29b2bf1ee Co-authored-by: CyberYui <30543689+CyberYui@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
CyberYui
May 18, 2026 07:55
View session
CyberYui
approved these changes
May 18, 2026
CyberYui
approved these changes
May 18, 2026
Owner
|
fix auto problem |
Copilot stopped work on behalf of
CyberYui due to an error
May 18, 2026 08:12
This file contains hidden or 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
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.
daily-logruns were completing successfully but often ended withNo changeseven when a new daily markdown file was generated. The workflow’s change check only inspected unstaged diffs, so untrackedlogs/...files were missed.What changed
logsbefore evaluating whether there is anything to commit.Why this addresses the issue
--cached, the workflow correctly detects fresh daily log outputs.