-
-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
Priority: LowThis issue can probably be picked up by anyone.This issue can probably be picked up by anyone.Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Status: AvailableNo one has claimed responsibility for resolving this issue.No one has claimed responsibility for resolving this issue.good first issueGood for newcomersGood for newcomers
Description
Currently, the PR Body Validation workflow only accepts issue references in the form "closes #1234" or "related to #1234". However:
- GitHub itself recognizes full URLs as valid issue references (e.g., "closes ✨ Enhancement: Improve the design of the Community page #1234").
- GitHub also supports a variety of keywords to link PRs to issues, such as "fixes", "resolves", "implements", "addresses", etc. (See: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
Expected resolution:
Update the PR Body Validation workflow to accept:
- Full URLs to issues (not just the
#1234
format). - Any of the official GitHub-recognized keywords for issue references.
This would make PR validation consistent with GitHub’s own behavior and reduce friction for contributors who use the full range of supported formats.
Metadata
Metadata
Assignees
Labels
Priority: LowThis issue can probably be picked up by anyone.This issue can probably be picked up by anyone.Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Status: AvailableNo one has claimed responsibility for resolving this issue.No one has claimed responsibility for resolving this issue.good first issueGood for newcomersGood for newcomers