Github Commit Syntax to Link a Pull Request/ Issue

Use the documented auto-linking format for issues across repositories.

  • Syntax: {owner}/{repository}#{issue_number}
  • Example: mojombo/jekyll#1

When such formatted text is present in a commit message, it's automatically transformed into a clickable link which will redirect one to https://github.com/{owner}/{repository}/issues/{issue_number}


Github share PR/Issue number use the same sequence.

So, one #number either one PR or one Issue.

Just use #number is OK.