Skip to content

Commit 512f1bd

Browse files
authored
🔍 nit: remove ! from issue link feature copy (#92075)
1 parent 69c85f2 commit 512f1bd

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

src/sentry/apidocs/examples/integration_examples.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class IntegrationExamples:
288288
"featureGate": "integrations-commits",
289289
},
290290
{
291-
"description": "Create and link Sentry issue groups directly to a GitHub issue or pull\n request in any of your repositories, providing a quick way to jump from\n Sentry bug to tracked issue or PR!",
291+
"description": "Create and link Sentry issue groups directly to a GitHub issue or pull\n request in any of your repositories, providing a quick way to jump from\n Sentry bug to tracked issue or PR.",
292292
"featureGate": "integrations-issue-basic",
293293
},
294294
{
@@ -331,7 +331,7 @@ class IntegrationExamples:
331331
"featureGate": "integrations-commits",
332332
},
333333
{
334-
"description": "Create and link Sentry issue groups directly to a GitHub issue or pull\n request in any of your repositories, providing a quick way to jump from\n Sentry bug to tracked issue or PR!",
334+
"description": "Create and link Sentry issue groups directly to a GitHub issue or pull\n request in any of your repositories, providing a quick way to jump from\n Sentry bug to tracked issue or PR.",
335335
"featureGate": "integrations-issue-basic",
336336
},
337337
{
@@ -433,7 +433,7 @@ class IntegrationExamples:
433433
"description": "Connect your Sentry organization into one or more of your Jira cloud instances.\nGet started streamlining your bug squashing workflow by unifying your Sentry and\nJira instances together.",
434434
"features": [
435435
{
436-
"description": "Create and link Sentry issue groups directly to a Jira ticket in any of your\n projects, providing a quick way to jump from a Sentry bug to tracked ticket!",
436+
"description": "Create and link Sentry issue groups directly to a Jira ticket in any of your\n projects, providing a quick way to jump from a Sentry bug to tracked ticket.",
437437
"featureGate": "integrations-issue-basic",
438438
},
439439
{
@@ -478,7 +478,7 @@ class IntegrationExamples:
478478
"description": "Connect your Sentry organization into one or more of your Jira Server instances.\nGet started streamlining your bug squashing workflow by unifying your Sentry and\nJira instances together.",
479479
"features": [
480480
{
481-
"description": "Create and link Sentry issue groups directly to a Jira ticket in any of your\n projects, providing a quick way to jump from Sentry bug to tracked ticket!",
481+
"description": "Create and link Sentry issue groups directly to a Jira ticket in any of your\n projects, providing a quick way to jump from Sentry bug to tracked ticket.",
482482
"featureGate": "integrations-issue-basic",
483483
},
484484
{
@@ -707,7 +707,7 @@ class IntegrationExamples:
707707
"featureGate": "integrations-commits",
708708
},
709709
{
710-
"description": "Create and link Sentry issue groups directly to a Azure DevOps work item in any of\n your projects, providing a quick way to jump from Sentry bug to tracked\n work item!",
710+
"description": "Create and link Sentry issue groups directly to a Azure DevOps work item in any of\n your projects, providing a quick way to jump from Sentry bug to tracked\n work item.",
711711
"featureGate": "integrations-issue-basic",
712712
},
713713
{

src/sentry/apidocs/examples/project_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"features": ["issue-basic"],
227227
"featureDescriptions": [
228228
{
229-
"description": "Create and link Sentry issue groups directly to an Asana ticket in any of your\n projects, providing a quick way to jump from a Sentry bug to tracked ticket!",
229+
"description": "Create and link Sentry issue groups directly to an Asana ticket in any of your\n projects, providing a quick way to jump from a Sentry bug to tracked ticket.",
230230
"featureGate": "issue-basic",
231231
},
232232
{

src/sentry/integrations/github/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"""
9898
Create and link Sentry issue groups directly to a GitHub issue or pull
9999
request in any of your repositories, providing a quick way to jump from
100-
Sentry bug to tracked issue or PR!
100+
Sentry bug to tracked issue or PR.
101101
""",
102102
IntegrationFeatures.ISSUE_BASIC,
103103
),

src/sentry/integrations/github_enterprise/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_user_info(url, access_token):
7575
"""
7676
Create and link Sentry issue groups directly to a GitHub issue or pull
7777
request in any of your repositories, providing a quick way to jump from
78-
Sentry bug to tracked issue or PR!
78+
Sentry bug to tracked issue or PR.
7979
""",
8080
IntegrationFeatures.ISSUE_BASIC,
8181
),

src/sentry/integrations/jira/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
FeatureDescription(
6868
"""
6969
Create and link Sentry issue groups directly to a Jira ticket in any of your
70-
projects, providing a quick way to jump from a Sentry bug to tracked ticket!
70+
projects, providing a quick way to jump from a Sentry bug to tracked ticket.
7171
""",
7272
IntegrationFeatures.ISSUE_BASIC,
7373
),

src/sentry/integrations/jira_server/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
FeatureDescription(
7171
"""
7272
Create and link Sentry issue groups directly to a Jira ticket in any of your
73-
projects, providing a quick way to jump from Sentry bug to tracked ticket!
73+
projects, providing a quick way to jump from Sentry bug to tracked ticket.
7474
""",
7575
IntegrationFeatures.ISSUE_BASIC,
7676
),

src/sentry/integrations/vsts/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"""
7777
Create and link Sentry issue groups directly to a Azure DevOps work item in any of
7878
your projects, providing a quick way to jump from Sentry bug to tracked
79-
work item!
79+
work item.
8080
""",
8181
IntegrationFeatures.ISSUE_BASIC,
8282
),

src/sentry_plugins/asana/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class AsanaPlugin(CorePluginMixin, IssuePlugin2):
3333
FeatureDescription(
3434
"""
3535
Create and link Sentry issue groups directly to an Asana ticket in any of your
36-
projects, providing a quick way to jump from a Sentry bug to tracked ticket!
36+
projects, providing a quick way to jump from a Sentry bug to tracked ticket.
3737
""",
3838
IntegrationFeatures.ISSUE_BASIC,
3939
),

src/sentry_plugins/github/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class GitHubPlugin(CorePluginMixin, IssuePlugin2):
8181
"""
8282
Create and link Sentry issue groups directly to a GitHub issue or pull
8383
request in any of your repositories, providing a quick way to jump from
84-
Sentry bug to tracked issue or PR!
84+
Sentry bug to tracked issue or PR.
8585
""",
8686
IntegrationFeatures.ISSUE_BASIC,
8787
),

src/sentry_plugins/jira/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class JiraPlugin(CorePluginMixin, IssuePlugin2):
3939
FeatureDescription(
4040
"""
4141
Create and link Sentry issue groups directly to a Jira ticket in any of your
42-
projects, providing a quick way to jump from a Sentry bug to tracked ticket!
42+
projects, providing a quick way to jump from a Sentry bug to tracked ticket.
4343
""",
4444
IntegrationFeatures.ISSUE_BASIC,
4545
)

src/sentry_plugins/pivotal/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class PivotalPlugin(CorePluginMixin, IssuePlugin2):
3737
FeatureDescription(
3838
"""
3939
Create and link Sentry issue groups directly to a Pivotal Tracker ticket in any of your
40-
projects, providing a quick way to jump from a Sentry bug to tracked ticket!
40+
projects, providing a quick way to jump from a Sentry bug to tracked ticket.
4141
""",
4242
IntegrationFeatures.ISSUE_BASIC,
4343
),

src/sentry_plugins/redmine/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class RedminePlugin(CorePluginMixin, IssuePlugin):
3737
FeatureDescription(
3838
"""
3939
Create and link Sentry issue groups directly to an Redmine issue in any of your
40-
projects, providing a quick way to jump from a Sentry bug to tracked ticket!
40+
projects, providing a quick way to jump from a Sentry bug to tracked ticket.
4141
""",
4242
IntegrationFeatures.ISSUE_BASIC,
4343
),

src/sentry_plugins/trello/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TrelloPlugin(CorePluginMixin, IssuePlugin2):
3737
FeatureDescription(
3838
"""
3939
Create and link Sentry issue groups directly to an Trello card in any of your
40-
projects, providing a quick way to jump from a Sentry bug to tracked ticket!
40+
projects, providing a quick way to jump from a Sentry bug to tracked ticket.
4141
""",
4242
IntegrationFeatures.ISSUE_BASIC,
4343
),

0 commit comments

Comments
 (0)