Distinct between active and stale branches

This commit is contained in:
René Pfeuffer
2020-11-23 16:40:26 +01:00
parent 541933a03a
commit 9d25a93558
9 changed files with 113 additions and 10 deletions

View File

@@ -29,6 +29,7 @@ export type Branch = {
revision: string;
defaultBranch?: boolean;
lastCommitDate?: string;
stale?: boolean;
_links: Links;
};