Conversation
Replaced manual license header check with automatic application. New pr-license-headers workflow runs Update-LicenseHeaders.ps1 and commits changes back to PR branches (skips protected branches and forks). Removed license-headers-check job from pr-validation.
Introduced automated model verification flow requiring two distinct user certifications before promoting models to Verified=true. Added issue template with standardized test prompts for canvas components (AITextGenerate, AITextListGenerate, AIImgToText, AIImgGenerate, audio) and chat interface features (streaming, ToolChat, reasoning, multi-turn sessions). Workflow parses verifications from issue body and /verify-confirm comments, supports /verify-force for org members, and auto
Added top-level concurrency groups to 25 workflows to prevent race conditions and optimize runner usage: - Auto-commit/auto-PR workflows (chore-*, pr-license-headers, dev-update-manifest, github-labels-sync, stabilization-0-init) grouped per ref with cancel-in-progress: false to queue updates without interrupting pushes - Entity-scoped workflows (model-verification, issue-labels-*, milestone-management, release-*) grouped per issue/milestone/release/PR number with cancel-in-progress: false to serialize operations
Added retry logic with pull --rebase to dev-update-manifest and pr-license-headers workflows (3 attempts with exponential backoff) to handle external commits landing between fetch and push. Added paths filter to chore-version-badge to only trigger on Solution.props changes, preventing redundant runs on every main/dev push.
New main-sync-to-dev workflow discovers all dev/dev-* branches and opens/reuses PRs from main into each target to keep promotional branches in sync with direct-to-main commits (workflows, hashes). Skips targets already up-to-date and reuses existing open PRs instead of creating duplicates.
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.
Automated sync of direct commits to
main(e.g., workflow or hash updates) intodev.maindevThis PR is kept open and reused on subsequent
mainupdates.