feat: restore AUR auto-publish on forgejo + v2 mirror scaffolding #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/sioyek-dev!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/aur-workflow-email-and-v2-mirror"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two coupled changes:
Restore AUR auto-publish on forgejo. The github workflow at
.github/workflows/aur.ymlwas dropped during the github→forgejo CI port (commit2f83e2d) on the rationale of "github-secret-dependent AUR mirror, no forgejo equivalent". Reviving it on forgejo with:runs-on: nix(forgejo runner label)secrets.AUR_SSH_KEY(forgejo repo-level secret; user must add separately)barrettruth@gmail.com→br@barrettruth.com(the actual reason this PR exists)container: archlinux:base-develmay need adjustment depending on whether forgejo's host-execution runners support docker pull. Worth flagging as a follow-up.v2 mirror scaffolding for the canonical-host migration:
.github/README.md— github-only readme banner + full root README body (asymmetric content; forgejo renders root, github renders.github/README.md).github/workflows/redirect-pr-to-forgejo.yaml— auto-close incoming github PRs with a redirect comment to forgejoMirror plumbing (forgejo→github push-mirror, deploy key, github metadata, remove local
githubremote) lands separately after merge.