From 7361ca6dc64bc2d12e41b0727928c4e33dc6b6a8 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Tue, 7 Jan 2025 14:34:06 +0100 Subject: [PATCH 1/2] chore: update pr-agent to 0.26 --- .github/workflows/gen_ai_review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen_ai_review.yaml b/.github/workflows/gen_ai_review.yaml index 313d555ab..87a494133 100644 --- a/.github/workflows/gen_ai_review.yaml +++ b/.github/workflows/gen_ai_review.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: PR Agent action step id: pragent - uses: Codium-ai/pr-agent@v0.24 + uses: Codium-ai/pr-agent@v0.26 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_KEY: ${{ secrets.OPENAI_API_KEY }} From 0cd64f08f14d95321d0e08c25caf623a1a13f709 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Tue, 7 Jan 2025 14:41:23 +0100 Subject: [PATCH 2/2] asd --- nhostclient/graphql/models_gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhostclient/graphql/models_gen.go b/nhostclient/graphql/models_gen.go index 4334b8ce9..570986258 100644 --- a/nhostclient/graphql/models_gen.go +++ b/nhostclient/graphql/models_gen.go @@ -3163,7 +3163,7 @@ type OrganizationMemberInvites struct { Role OrganizationMembersRoleEnum `json:"role"` UpdateAt time.Time `json:"updateAt"` // An object relationship - User *Users `json:"user"` + User *Users `json:"user,omitempty"` } // order by aggregate values of table "organization_member_invites"