Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Nov 10, 2023
1 parent bf4409b commit 4ae972d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/cmd/sync-github-issue-to-jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ var (
"service/zones",
"service/bot_management",
"service/addressing",
"service/zero_trust_devices",
}

// Mapping of service label to owning internal team.
Expand Down Expand Up @@ -151,6 +152,10 @@ var (
teamName: "Address",
owner: "jabley",
},
"service/zero_trust_devices": {
teamName: "ZT Device Services",
owner: "suhrit",
},
}
)

Expand Down

0 comments on commit 4ae972d

Please sign in to comment.