WordPress / WordPress/pattern-directory
Tools: Unify github build workflow and sync scripts for new block theme
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 134
- Forks
- 46
- Avg merge
- 9h 4m
- Merged PRs (30d)
- 19
Description
Currently there are two build workflows — build.yml to build the plugins and classic theme, and build-blocks.yml which only builds the new block theme. These also push to separate git branches (build and build-blocks).
Likewise, there are two sync scripts — the original for the classic theme and plugins, and a new one for the block theme.
These should be combined into one workflow, one branch, and one sync script.
Contributor guide
No contributing guide indexed for this repository
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 comparing .github/workflows/build.yml and .github/workflows/build-blocks.yml, then locate the two sync scripts for the classic and block themes. Consolidate the workflows, branch targets, and sync entry points so plugins and both themes use one build path, one branch, and one sync script.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions
- Domain
- build-system, ci-cd
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100