GitHub introduced a new type of relationship on issues called "dependencies". You can easily link issues to each other.

For example,
X issue is blocked by Y.
X is blocking Y.

This makes it easy to say, "We need to do this first."

https://github.blog/changelog/2025-08-21-dependencies-on-issues/

#GitHub #GitHubIssues #NewGitHubFeature

Dependencies on issues - GitHub Changelog

Dependencies on issues are now generally available! You can now specify which issues are blocked by or blocking others, making it easy for teams to define work that must be…

The GitHub Blog