Skip to content
Open
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
Update github/agent_tasks.go
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
  • Loading branch information
danyalahmed1995 and alexandear authored May 15, 2026
commit ceabbf4fb6e57f70a9681103f8fbcb45c0bec663
2 changes: 1 addition & 1 deletion github/agent_tasks.go
Comment thread
danyalahmed1995 marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type CreateAgentTaskOptions struct {

// ListByRepo lists tasks for a repository.
//
// GitHub API docs: https://docs.github.com/rest/agent-tasks/agent-tasks?apiVersion=2022-11-28#list-tasks-for-repository
// GitHub API docs: https://docs.github.com/rest/agent-tasks/agent-tasks?apiVersion=2026-03-10#list-tasks-for-repository
//
//meta:operation GET /agents/repos/{owner}/{repo}/tasks
func (s *AgentTasksService) ListByRepo(ctx context.Context, owner, repo string, opts *AgentTaskListByRepoOptions) (*AgentTaskList, *Response, error) {
Expand Down