staabm / phpstan-todo-by

Todo comments with expiration
https://staabm.github.io/2023/12/17/phpstan-todo-by-published.html
MIT License
172 stars 4 forks source link

Allow referencing GitHub issues by `GH-` prefix #96

Closed EmilMassey closed 3 months ago

EmilMassey commented 3 months ago

GitHub supports referencing issues / PRs by GH-123 which is essentially the same as #123 which the extension currently supports. This PR adds support for detecting expired comments when issues are references by this prefix.

See: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls#issues-and-pull-requests

staabm commented 3 months ago

thanks