mattermost-plugin-github
mattermost-plugin-github copied to clipboard
Register autolinks for GitHub URLs
Using the functionality in https://github.com/mattermost/mattermost-plugin-autolink/pull/85 the GitHub plugin should register autolinks for GitHub URLs.
- E.g.
https://github.com/mattermost/mattermost-plugin-jira/pull/453should be rewritten to[pr-mattermost/mattermost-plugin-jira#453](https://github.com/mattermost/mattermost-plugin-jira/pull/453) - E.g.
https://github.com/mattermost/mattermost-plugin-jira/issues/149should be rewritten to[issue-mattermost/mattermost-plugin-jira#149](https://github.com/mattermost/mattermost-plugin-jira/issues/149)
An example implantation of registering autolinks is https://github.com/mattermost/mattermost-plugin-jira/pull/453.
@hanzei I'm interested in picking this up.
Thanks for working on this issue @checkaayush :+1:
@hanzei Don't think I'll be able to pick this up at the moment. Please make it "Up For Grabs" again. Sorry.