View on GitHub

GithubClient

A C# Dll library for working with the Github Rest API

GithubClient

GithubClient.Repositories.Repository

Repository.HasIssues Property

Either true to enable issues for this repository or false to disable them

public bool HasIssues { get; set; }

Property Value

System.Boolean