Conversation
…on (#8162) Use prost message_attribute instead of type_attribute for #[serde(default)] so it only applies to structs (not enums). Add recursive enum-to-integer conversion in npcdb.json.ts API endpoint. Update test assertions for 26 NPCs.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
* feat(ci): add reusable CI failure tracker workflow (#8143) Reusable workflow that auto-creates/updates GitHub issues when jobs fail and auto-closes them on success. Deduplicates by job-level title convention. Extracts failed step logs for quick diagnosis. Wired into ci-nx-security.yml as first integration target. * fix(ci): handle CVSS vector strings in cargo audit parser cargo audit --json returns CVSS as a vector string (CVSS:3.1/AV:N/...) not a numeric score. The old parser crashed with ValueError trying to convert the vector to float. Now gracefully falls back to medium severity when the value is not a plain number.
* feat(discordsh): add scheduled GitHub board auto-posting Adds a background scheduler that periodically posts notice board and task board embeds to a designated Discord channel. Configured via env vars: GITHUB_BOARD_CHANNEL_ID (required), GITHUB_BOARD_INTERVAL_SECS, GITHUB_BOARD_REPO, GITHUB_BOARD_STALE_DAYS. * fix(discordsh): rename GITHUB_BOARD_CHANNEL_ID to GITHUB_BOARD_THREAD_ID Posts should target a specific Discord thread, not a top-level channel. Aligns with the existing DISCORD_THREAD_ID convention.
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.
Release: Dev → Main
4 atomic commits ready for main
Features
d43ce45)399497c)Bug Fixes
9cc0e5a)Chores
1c3f6a7)This PR is automatically maintained by CI — KBVE Studio