mattermost / mattermost-plugin-github

GitHub plugin for Mattermost
Apache License 2.0
157 stars 148 forks source link

Register autolinks for GitHub URLs #269

Open hanzei opened 4 years ago

hanzei commented 4 years ago

Using the functionality in https://github.com/mattermost/mattermost-plugin-autolink/pull/85 the GitHub plugin should register autolinks for GitHub URLs.

  1. E.g. https://github.com/mattermost/mattermost-plugin-jira/pull/453 should be rewritten to [pr-mattermost/mattermost-plugin-jira#453](https://github.com/mattermost/mattermost-plugin-jira/pull/453)
  2. E.g. https://github.com/mattermost/mattermost-plugin-jira/issues/149 should 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.

checkaayush commented 4 years ago

@hanzei I'm interested in picking this up.

hanzei commented 4 years ago

Thanks for working on this issue @checkaayush :+1:

checkaayush commented 4 years ago

@hanzei Don't think I'll be able to pick this up at the moment. Please make it "Up For Grabs" again. Sorry.