- Notifications
You must be signed in to change notification settings - Fork2
Mirror issues to the upstream repos
antfu/issue-up
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mirror issues to the upstream repos
Install
- Install theIssueUp App for your repos / orgs
- Add
.github/issue-up.yml
to the repo you want to enable IssueUp
upstream:dep-a:antfu/dep-adep-b:antfu/dep-b
In theupstream
field, the key represents the name of tag to trigger the action and the value represents the name of the upstream repo (currently only supports repos on GitHub).
💡 To avoid spamming the upstream repos, we recommend to setup IssueUponly when you controls both repos. And it's recommended to not include that trigger labels in issue templates but only assign them manually.
With the previous config for example, when you label an issue withupstream
anddep-a
:
A mirrored issue will be created in theantfu/dep-a
repository:
With that, the two issues are linked together. Closing one of them will close the other one.
About
Mirror issues to the upstream repos