Terminology change: monorepo -> super-repo

Αυτή η υποβολή περιλαμβάνεται σε:
Joseph Macaranas
2025-08-02 22:23:24 -04:00
γονέας 153f71fb0d
υποβολή 870dc948b1
20 αρχεία άλλαξαν με 109 προσθήκες και 184 διαγραφές
@@ -1,6 +1,6 @@
# Import Issue Workflow
# ---------------------
# This workflow imports a single issue from a source repository into this monorepo repository,
# This workflow imports a single issue from a source repository into this super-repo repository,
# as part of a migration. It preserves key metadata including title, body, labels, and comment
# history with timestamps and authorship.
#
@@ -9,7 +9,7 @@
# - issue_number: Issue number in the source repository to import
#
# Steps:
# 1. Validate that the caller has 'admin' or 'maintain' permission on the monorepo
# 1. Validate that the caller has 'admin' or 'maintain' permission on the super-repo
# 2. Fetch the issue body, title, labels, and comments using the GitHub CLI (`gh api`)
# 3. Create a new issue in the target repo, preserving:
# - Original title