feat(ci): add upstream bug sync workflow #156

Merged
jmiller merged 1 commits from feat/upstream-bug-sync into main 2026-05-24 08:29:38 +00:00
Owner

Automated daily sync of upstream Gitea bug fixes into MokoGitea issue tracker. Scans release/v1.26 for merged fix/security PRs and creates labeled issues, skipping duplicates.

Automated daily sync of upstream Gitea bug fixes into MokoGitea issue tracker. Scans release/v1.26 for merged fix/security PRs and creates labeled issues, skipping duplicates.
jmiller added 1 commit 2026-05-24 08:29:32 +00:00
feat(ci): add upstream bug sync workflow
Branch Policy Check / Verify merge target (pull_request) Failing after 1s
0166a6d02a
Adds a scheduled workflow that runs daily at 08:00 UTC to automatically
detect new bug fixes merged into upstream Gitea's release/v1.26 branch
and create corresponding issues in the MokoGitea tracker.

The workflow:
- Queries GitHub Search API for recently merged fix/security PRs
- Cross-references against existing MokoGitea issues to avoid duplicates
- Creates labeled issues (type: bug, upstream, priority, security)
- Supports manual dispatch with configurable lookback period

Requires secrets: GH_TOKEN (GitHub), GITEA_TOKEN (MokoGitea)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit d2d652e5b7 into main 2026-05-24 08:29:38 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#156