Skip to content

Conversation

@saadnvd1
Copy link
Contributor

Track linked issues per project and disable them in the picker to avoid duplicate work.

Addresses issue #551

Screenshot
CleanShot 2026-01-16 at 17 45 20@2x

Track linked issues per project and disable them in the picker to avoid duplicate work.
@vercel
Copy link

vercel bot commented Jan 16, 2026

@saadnvd1 is attempting to deploy a commit to the General Action Team on Vercel.

A member of the Team first needs to authorize it.

selectedIssue: GitHubIssueSummary | null;
onIssueChange: (issue: GitHubIssueSummary | null) => void;
linkedIssueMap?: ReadonlyMap<number, GitHubIssueLink>;
linkedIssueMode?: 'disable' | 'hide';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This allows us to either disable them (so users can see) or hide them completely, so they don't show up at all

@arnestrickmann
Copy link
Contributor

@saadnvd1 thanks for the PR - this makes a lot of sense.
this will also tackle this issue from @rabanspiegel #551

Will review the requst shortly - maybe we can change the wording in the badge to be more descriptive or even gray out and disable the selection of tasks that already have been picked and assigned to an agent.
Wdyt?

@arnestrickmann
Copy link
Contributor

I just saw that you already linked it to the issue raban created:)

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