From aa64788fd1b5f15eba2dab96ea382fefff1d0d62 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 01:18:27 +0000 Subject: [PATCH 1/2] Initial plan From 714e18f6c1bf76bee8b45176328915fbd9f15815 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 01:29:24 +0000 Subject: [PATCH 2/2] test(workflow): use canonical go.yaml.in/yaml/v3 import Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- go.mod | 2 +- pkg/workflow/skip_author_associations_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 9f7d5e2a458..edebff68964 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,6 @@ require ( golang.org/x/term v0.43.0 golang.org/x/tools v0.45.0 golang.org/x/vuln v1.3.0 - gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -116,4 +115,5 @@ require ( google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect google.golang.org/grpc v1.79.3 // indirect google.golang.org/protobuf v1.36.11 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/pkg/workflow/skip_author_associations_test.go b/pkg/workflow/skip_author_associations_test.go index a5c171ed30d..1fe02ee8473 100644 --- a/pkg/workflow/skip_author_associations_test.go +++ b/pkg/workflow/skip_author_associations_test.go @@ -11,7 +11,7 @@ import ( "github.com/github/gh-aw/pkg/testutil" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "gopkg.in/yaml.v3" + "go.yaml.in/yaml/v3" ) func TestExtractSkipAuthorAssociations(t *testing.T) {