Skip to content

Commit

Permalink
Merge pull request #2 from beeper/mattylase-patch-1
Browse files Browse the repository at this point in the history
Update linear.go with bleeper info
  • Loading branch information
mattylase authored Jan 10, 2024
2 parents 839aaa4 + 7f0b19b commit 4db2d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linear.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const (
linearTeamProduct = "bcc6420f-b63d-4e44-b7de-004ee8338d80"
linearTeamBooperBugz = "6f30428e-b614-4753-93da-d64107d6ff91"
linearTeamBooperEng = "f477325d-646a-49f4-9d69-bf0e81be71c9"
linearTeamBleeper = "7921fd20-54a4-4aab-acc2-a8d31128d71f"
)

const (
Expand Down Expand Up @@ -57,6 +58,7 @@ var appToTeamID = map[string]string{
"booper": linearTeamBooperEng,
"beeper-ios": linearTeamiOS,
"beeper-desktop": linearTeamDesktop,
"bleeper": linearTeamBleeper,
}

var problemToLabelID = map[string]string{
Expand Down

0 comments on commit 4db2d78

Please sign in to comment.