Gitea-primary: update definitions, sync lib, token guidance

- 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) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-19 12:45:23 -05:00
parent 4cf931e7a3
commit 0f9f110c2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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}");