repo-utils / badgeboard

template for *.github.io's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[footgun] referencing issues from here

rlidwka opened this issue · comments

... can close issues in other repos.

Because when you push commits from here to there, github thinks that you want to close commits in that repo, not in this one.

jshttp/jshttp.github.io#6
jshttp/jshttp.github.io#11

@jonathanong , any workarounds?

Referencing them with full url seem to work.

Instead of:

close #12

We could use:

close https://github.com/repo-utils/badgeboard/issues/12

I think it'd solve this. Wonder how to test that...

i think repo-utils/badgeboard#12 might work as well. not 100% sure

FWIW you can do just user/repo#issue - TestOrgPleaseIgnore/-TEST-#1