Skip to content

vhatsura/codeowners

Repository files navigation

CodeOwners

GitHub Actions Badge NuGet Badge

Installation

Install-Package CodeOwnersParser

Usage

using CodeOwners;

IEnumerable<CodeOwnersEntry> entries = CodeOwnersSerializer.Deserialize("*       @global-owner1 @global-owner2");

string content = CodeOwnersSerializer.Serialize(entries);

Roadmap

  • IsValid method
  • GitLab support