From 9674f710653f1707ab47121446e6da0023bb0457 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 02:10:37 +0000 Subject: [PATCH 1/3] Initial plan From 82693d038016177847d8745592e8567a3bac6d39 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 02:16:46 +0000 Subject: [PATCH 2/3] Plan lint-go failure investigation Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/mcp-inspector.lock.yml | 2 +- .github/workflows/smoke-otel-backends.lock.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mcp-inspector.lock.yml b/.github/workflows/mcp-inspector.lock.yml index 4eef8f439b3..2c996184978 100644 --- a/.github/workflows/mcp-inspector.lock.yml +++ b/.github/workflows/mcp-inspector.lock.yml @@ -1000,7 +1000,7 @@ jobs: "url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp?toolsets=core", "headers": { "DD_API_KEY": "\${DD_API_KEY}", - "DD_APPLICATION_KEY": "\${DD_APP_KEY}", + "DD_APPLICATION_KEY": "\${DD_APPLICATION_KEY}", "DD_SITE": "\${DD_SITE}" }, "tools": [ diff --git a/.github/workflows/smoke-otel-backends.lock.yml b/.github/workflows/smoke-otel-backends.lock.yml index 092ac357201..6f51faa9a84 100644 --- a/.github/workflows/smoke-otel-backends.lock.yml +++ b/.github/workflows/smoke-otel-backends.lock.yml @@ -773,7 +773,7 @@ jobs: "url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp?toolsets=core", "headers": { "DD_API_KEY": "\${DD_API_KEY}", - "DD_APPLICATION_KEY": "\${DD_APP_KEY}", + "DD_APPLICATION_KEY": "\${DD_APPLICATION_KEY}", "DD_SITE": "\${DD_SITE}" }, "tools": [ From f13e8328e143e7670f091c2b658f8d7258c0c2de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 02:19:12 +0000 Subject: [PATCH 3/3] Fix copyloopvar lint violation in fetch json naming test Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/cli/fetch_json_naming_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cli/fetch_json_naming_test.go b/pkg/cli/fetch_json_naming_test.go index e9a30a80d5f..32d0b5fe6a5 100644 --- a/pkg/cli/fetch_json_naming_test.go +++ b/pkg/cli/fetch_json_naming_test.go @@ -50,7 +50,6 @@ func TestSelectJSONImportNameOverride(t *testing.T) { } for _, tt := range tests { - tt := tt t.Run(tt.name, func(t *testing.T) { t.Parallel() assert.Equal(t, tt.want, selectJSONImportNameOverride(tt.currentName, tt.workflow))