Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add documentation comment about 100 issue limit
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
  • Loading branch information
Copilot and Malcolmnixon committed Feb 16, 2026
commit 819d7344b323727e8cdf427c3c53b54f95df5d16
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public async Task<List<int>> FindIssueIdsLinkedToPullRequestAsync(
{
try
{
// Create GraphQL request
// Create GraphQL request to get closing issues for a pull request.
// Note: Limited to first 100 issues per GitHub API. In practice, PRs rarely have more than 100 linked issues.
Comment thread
Malcolmnixon marked this conversation as resolved.
Outdated
var request = new GraphQLRequest
{
Query = @"
Expand Down