-
-
Notifications
You must be signed in to change notification settings - Fork 63
Autoclosing issue in package-template closes issue in affiliated package #81
Comments
Whoa, yeah, that's bizzare and clearly we have to be cautious here. I'm going to ask github support about this and I'll post here if they have any suggestions. |
Ouch. They must have some way to avoid this when a repository is explicitly created as a fork of another one, since this doesn't happen (I don't think) to |
@bsipocz @astrofrog @mdboom @embray - github support's advice was pretty much just "You might like to use the "Fixes User/Repository#Num" format instead, which should only close the issue in the repository specified, regardless of where your commit appears". So I think we'd better make sure we stick with |
Ok, sounds good! Not sure where we should document this... |
Another similar issue is that package template tags are being inherited in packages and are soo damn difficult to clean up years after the fact (e.g. we have For the issues, we can indeed deal with it with using the So overall, I suggest to close this, as there isn't much we can do here (we could rewrite the commit messages and force push, a tiny bit drastic, but that's the only thing we could do about the past). |
This issue will still be pinned even after close. |
It seems like using the "autofix / close issue" feature in
package-template
closes the matching issues in packages where the template was used. I'm not sure this is considered to be a bug or just an antifeature of github.Example:
astropy/photutils#69 (comment)
The text was updated successfully, but these errors were encountered: