Skip to content

Commit a17e709

Browse files
fix(api): Changes Issue team name to match new github team (#90564)
1 parent e9ec5eb commit a17e709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/api/api_owners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ApiOwner(Enum):
1616
FLAG = "replay-backend"
1717
HYBRID_CLOUD = "hybrid-cloud"
1818
INTEGRATIONS = "product-owners-settings-integrations"
19-
ISSUES = "issues"
19+
ISSUES = "issue-workflow"
2020
ML_AI = "machine-learning-ai"
2121
OWNERS_INGEST = "ingest"
2222
OWNERS_SNUBA = "owners-snuba"

0 commit comments

Comments
 (0)