Skip to content

Conversation

@redreceipt
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings July 30, 2025 19:27
@redreceipt redreceipt temporarily deployed to bug-board-apollos-team-4fh5rou July 30, 2025 19:27 Inactive
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds team filtering to Linear API queries to scope all issue retrieval functions to the "Apollos" team specifically.

  • Adds team name filter to all GraphQL queries that fetch issues from Linear
  • Ensures all issue queries are scoped to the "Apollos" team instead of returning issues from all teams

query PriorityIssues ($priority: Float, $label: String) {
issues(
filter: {
team: { name: { eq: "Apollos" } }
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

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

The team name "Apollos" is hardcoded in multiple places. Consider extracting this to a constant or configuration parameter to improve maintainability and make it easier to change or support multiple teams.

Copilot uses AI. Check for mistakes.
@redreceipt redreceipt merged commit c76fa27 into main Jul 30, 2025
2 checks passed
@redreceipt redreceipt deleted the apollos-team branch July 30, 2025 19:27
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