From 95c0e716e6ef3f99ef6965553b291899d0a5b2cc Mon Sep 17 00:00:00 2001 From: Alex Sepkowski Date: Fri, 17 Jul 2026 18:09:26 -0700 Subject: [PATCH] Activate code-owners for ask-mode enforcement Uncomment '* @microsoft/hlsl-release' in .github/CODEOWNERS on the release-1.9.2607 branch to enable ask-mode enforcement: changes to the release branch now require approval from @microsoft/hlsl-release. Reference: https://github.com/microsoft/DirectXShaderCompiler/pull/8595 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2debd988-b7f3-4fe8-a972-544edd50c944 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6cbdeb6270..446402edba 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Uncomment the next line in release branches after ask-mode begins -# * @microsoft/hlsl-release +* @microsoft/hlsl-release