From 0f380cbdc3f374b42f3cead8b5935a87d912eec1 Mon Sep 17 00:00:00 2001 From: Praveen Kuttappan Date: Thu, 26 Mar 2026 12:13:21 -0400 Subject: [PATCH] Add copilot hook to collect skills telemetry --- .github/hooks/hooks.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/hooks/hooks.json diff --git a/.github/hooks/hooks.json b/.github/hooks/hooks.json new file mode 100644 index 000000000000..90aa498df603 --- /dev/null +++ b/.github/hooks/hooks.json @@ -0,0 +1,11 @@ +{ + "hooks": { + "PostToolUse": [ + { + "type": "command", + "command": "pwsh eng/common/scripts/azsdk_tool_telemetry.ps1", + "timeoutSec": 5 + } + ] + } +} \ No newline at end of file