From 0f9f110c2d112c3de6588018ff9352a87a08ef80 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 19 Apr 2026 12:45:23 -0500 Subject: [PATCH] Gitea-primary: update definitions, sync lib, token guidance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - waas-component.tf: 27 lines — GitHub URLs→Gitea, GA_TOKEN guidance, gitea-actions[bot], jmiller username - joomla-template.tf: same pattern - RepositorySynchronizer.php: jmiller-moko→jmiller Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/workflows/update-server.md | 2 +- lib/Enterprise/RepositorySynchronizer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workflows/update-server.md b/docs/workflows/update-server.md index 4260163..2384841 100644 --- a/docs/workflows/update-server.md +++ b/docs/workflows/update-server.md @@ -95,7 +95,7 @@ development The module descriptor's `url_last_version` should point to: ``` -https://raw.githubusercontent.com/{org}/{repo}/main/update.txt +https://git.mokoconsulting.tech/MokoConsulting/{repo}/raw/branch/main/update.txt ``` ## Joomla: `updates.xml` (Multi-Entry) diff --git a/lib/Enterprise/RepositorySynchronizer.php b/lib/Enterprise/RepositorySynchronizer.php index 606c136..4ca1160 100644 --- a/lib/Enterprise/RepositorySynchronizer.php +++ b/lib/Enterprise/RepositorySynchronizer.php @@ -509,7 +509,7 @@ HCL; try { $issueData = $this->adapter->createIssue($org, $repo, $issueTitle, $issueBody, [ 'labels' => ['mokostandards', 'type: chore', 'automation'], - 'assignees' => ['jmiller-moko'], + 'assignees' => ['jmiller'], ]); $issueNumber = $issueData['number'] ?? null; $this->logger->logInfo("Created tracking issue #{$issueNumber} — " . count($summary['copied']) . " files synced directly to {$defaultBranch}");