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 }} 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"