Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

Corrects article usage in GraphQL type descriptions. "Flow" starts with a consonant sound and requires "a" instead of "an".

Changes:

  • app/graphql/types/errors/flow_validation_error_type.rb: Fixed class description
  • app/graphql/types/namespace_project_type.rb: Fixed field description
# Before
description 'Represents an flow validation error'
field :flow, Types::FlowType, null: true, description: 'Fetches an flow given by its ID'

# After
description 'Represents a flow validation error'
field :flow, Types::FlowType, null: true, description: 'Fetches a flow given by its ID'

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Knerio <96529060+Knerio@users.noreply.github.com>
Copilot AI changed the title [WIP] Update mutation error responses based on feedback Fix grammar: "an flow" → "a flow" Nov 13, 2025
Copilot AI requested a review from Knerio November 13, 2025 21:11
Copilot finished work on behalf of Knerio November 13, 2025 21:11
Copy link
Member

@Knerio Knerio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Some changes are already in the other pr done

field :assigned_projects, Types::NamespaceProjectType.connection_type,
description: 'The projects this role is assigned to'

field :assigned_members, Types::NamespaceProjectType.connection_type,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That doesnt seem right

@Knerio
Copy link
Member

Knerio commented Nov 13, 2025

@copilot

@Knerio Knerio closed this Nov 13, 2025
@Knerio Knerio deleted the copilot/sub-pr-670-again branch November 13, 2025 21:17
Copilot AI requested a review from Knerio November 13, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants