From 2602ef32ead373c6897557d855f66e09491ee04f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:15:14 +0000 Subject: [PATCH] Add .github/hooks/hooks.json for Copilot Skills reference telemetry Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-java/sessions/5fb4ff6b-c53e-43b7-a192-b5c2bbcd4bfb Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> --- .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..938bb0dac66b --- /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 + } + ] + } +}