Skip to content

Commit

Permalink
feat: defect tracker type for monday.com (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Aug 5, 2024
1 parent db257c1 commit 27cdd5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crash/crash-details/crash-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export enum DefectTrackerType {
Azure = 'Azure DevOps',
YouTrack = 'YouTrack',
GitHub = 'GitHub',
Assembla = 'Assembla'
Assembla = 'Assembla',
Monday = 'Monday',
}

export interface CrashDetails {
Expand Down

0 comments on commit 27cdd5c

Please sign in to comment.