-
Notifications
You must be signed in to change notification settings - Fork 109
Fix daily-fact workflow action-tag to include missing parse_mcp_gateway_log.cjs #14127
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ engine: | |
| strict: true | ||
| timeout-minutes: 15 | ||
| features: | ||
| action-tag: "623e612ff6a684e9a8634449508bdda21e2c178c" | ||
| action-tag: "c4e091835c7a94dc7d3acb8ed3ae145afb4995f3" | ||
|
||
|
|
||
| network: | ||
| allowed: | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
There is a discrepancy between the PR description and the actual code changes. The PR description's original issue content repeatedly references commit
cbb0da13as the target commit that includes the missingparse_mcp_gateway_log.cjsfile. However, the actual change in the workflow file updates the action-tag toc4e091835c7a94dc7d3acb8ed3ae145afb4995f3, which is a different commit hash.Please verify that commit
c4e091835c7a94dc7d3acb8ed3ae145afb4995f3actually includes theparse_mcp_gateway_log.cjsfile and is the correct commit to use. Ifcbb0da13was the intended commit, the workflow file should be updated to use that hash instead.