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>