Skip to content

Commit f139e9b

Browse files
committed
🔍 nit: update github feature description
1 parent 5f6c03e commit f139e9b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/sentry/integrations/github/integration.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,20 @@
106106
""",
107107
IntegrationFeatures.ISSUE_BASIC,
108108
),
109+
FeatureDescription(
110+
"""
111+
Automatically synchronize assignees to and from GitHub. Don't get confused
112+
who's fixing what, let us handle ensuring your issues and tickets match up
113+
to your Sentry and GitHub assignees.
114+
""",
115+
IntegrationFeatures.ISSUE_SYNC,
116+
),
117+
FeatureDescription(
118+
"""
119+
Synchronize Comments on Sentry Issues directly to the linked GitHub issue.
120+
""",
121+
IntegrationFeatures.ISSUE_SYNC,
122+
),
109123
FeatureDescription(
110124
"""
111125
Link your Sentry stack traces back to your GitHub source code with stack
@@ -689,6 +703,7 @@ class GitHubIntegrationProvider(IntegrationProvider):
689703
[
690704
IntegrationFeatures.COMMITS,
691705
IntegrationFeatures.ISSUE_BASIC,
706+
IntegrationFeatures.ISSUE_SYNC,
692707
IntegrationFeatures.STACKTRACE_LINK,
693708
IntegrationFeatures.CODEOWNERS,
694709
]

0 commit comments

Comments
 (0)