Meta-Network / Meta-Network/meta-hexo-starter-custom
[Feature request] Add theme's modifications to all theme branchs with GitHub Actions
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When we add scripts that are useful for all themes, like [ipfs image render](https://github.com/Meta-Network/meta-hexo-starter-custom/blob/main/scripts/ipfs-image-renderer.js), it's best to apply this commit to all or most themes branches. I recommend using a bot like GitHub Actions instead of we do this manually. We can mark a commit as *need to be applied to all themes*, and then let the bot do the work.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing scripts/ipfs-image-renderer.js and the repository's theme branches to understand which shared changes need propagation. Then investigate how GitHub Actions could identify a commit marked for all themes and apply it safely. Done means the workflow reliably propagates such marked commits without manual per-branch updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100