Skip to content

Commit

Permalink
feat: add gitlab defect tracker type (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Aug 8, 2024
1 parent ce89056 commit 7f87b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crash/crash-details/crash-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export enum DefectTrackerType {
GitHub = 'GitHub',
Assembla = 'Assembla',
Monday = 'Monday',
GitLab = 'GitLab',
}

export interface CrashDetails {
Expand Down

0 comments on commit 7f87b40

Please sign in to comment.