Skip to content

Commit

Permalink
add gateway mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Sep 11, 2024
1 parent e16465e commit 7b7689d
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 @@ -98,6 +98,7 @@ var (
"service/lists",
"service/firewall",
"service/rulesets",
"service/gateway",
}

// Mapping of service label to owning internal team.
Expand Down Expand Up @@ -182,6 +183,10 @@ var (
teamName: "Rulesets",
owner: "wwoodhead",
},
"service/gateway": {
teamName: "ZT Connectivity",
owner: "carges",
},
}
)

Expand Down

0 comments on commit 7b7689d

Please sign in to comment.