Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 577 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 577 Bytes

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