Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit 707edac

Browse files
committed
Support new metadata
1 parent 78854b1 commit 707edac

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/sentry_github/plugin.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ class GitHubOptionsForm(forms.Form):
2323

2424

2525
class GitHubPlugin(IssuePlugin):
26-
author = 'David Cramer'
27-
author_url = 'https://github.com/getsentry/sentry-github'
26+
author = 'Sentry Team'
27+
author_url = 'https://github.com/getsentry/sentry'
2828
version = sentry_github.VERSION
29+
description = "Integrate GitHub issues by linking a repository to a project."
30+
resource_links = [
31+
('Bug Tracker', 'https://github.com/getsentry/sentry-github/issues'),
32+
('Source', 'https://github.com/getsentry/sentry-github'),
33+
]
2934

3035
slug = 'github'
3136
title = _('GitHub')

0 commit comments

Comments
 (0)