Convert references to Github issues and commits automatically into links.
it also convert both Username/Repository#
and Username/Repository@SHA
to Github link
Currently supported type of string that will be converted to links are:
https://github.com/{user or organisation name}/{repository}/issues/{issue number}
{user or organisation name}/{repository}#{issue number}
https://github.com/{user or organisation name}/{repository}/commit/{commit SHA1}
{user or organisation name}/{repository}@{commit SHA1}
Run follow command via ssh while you're in Flarum root folder:
composer require sijad/flarum-ext-github-autolink
then enable the extension from Flarum admin Extension page.
- Retrieve links details form Github (e.g. title).