mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
8 lines
132 B
C#
8 lines
132 B
C#
namespace Octokit.Tests
|
|
{
|
|
public class GitHubConstants
|
|
{
|
|
public const string DefaultBranchName = "main";
|
|
}
|
|
}
|