Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

antfu/issue-up

Repository files navigation

IssueUp

Mirror issues to the upstream repos

Install


Setup

  • Install the IssueUp App for your repos / orgs
  • Add .github/issue-up.yml to the repo you want to enable IssueUp
upstream:
  dep-a: antfu/dep-a
  dep-b: antfu/dep-b

In the upstream 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 IssueUp only when you controls both repos. And it's recommended to not include that trigger labels in issue templates but only assign them manually.

Usage

With the previous config for example, when you label an issue with upstream and dep-a:

image

A mirrored issue will be created in the antfu/dep-a repository:

image

With that, the two issues are linked together. Closing one of them will close the other one.