On GitHub, when an issue in small project calimero mentions an issue in big project godzilla, a backlink message appears on the issue in godzilla. For example, suppose a hard-to-fix bug in godzilla affects many dependent projects, which all implement a workaround while referring to the godzilla issue in their PRs. This may lead to many messages in the godzilla issue. Although this may remind the godzilla maintainers that many packages are affected, they arguably add little more than "me too" comments, which are typically unwanted for good reasons.
Considering that „me too“ messages are considered spammy noise but that cross-project backlink references lead to similar messages on issues or PRs, are there any etiquette on whether such references should be used sparingly? Or are they generally OK? As far as I know, such references do not normally trigger notifications to subscribers, unlike issue comments.
Example of a numpy issue that has quite a lot of backlinks: https://github.com/numpy/numpy/issues/24300