Closed gregsdennis closed 3 years ago
Currently, GitHub does a fantastic job of translating the #5 format into a link to the associated PR or issue. The current functionality relies on this. But many times, people will paste partial or full links instead of just typing the number.
#5
For example:
gregsdennis/dependencies-action#1
https://github.com/gregsdennis/dependencies-action/pulls/1
The proposal is to support extracting the issue numbers from partial and full links.
This is a first step toward supporting links in other repos.
Currently, GitHub does a fantastic job of translating the
#5
format into a link to the associated PR or issue. The current functionality relies on this. But many times, people will paste partial or full links instead of just typing the number.For example:
gregsdennis/dependencies-action#1
https://github.com/gregsdennis/dependencies-action/pulls/1
The proposal is to support extracting the issue numbers from partial and full links.
This is a first step toward supporting links in other repos.