gregsdennis / dependencies-action

A GitHub Action that enforces PR dependencies
MIT License
33 stars 10 forks source link

Parse PR links #6

Closed gregsdennis closed 3 years ago

gregsdennis commented 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.

For example:

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.