-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate the importing of a theme #6850
Comments
I was looking into the API today, I thought we could do something like this; 1 - authenticate with GH with the designers GH account Do you know of how we could do that? From what I can tell the file upload interface is only through the web. |
I liked this idea of using GH Actions. Further thoughtsI am experimenting a bit to try out a plugin for chrome (and/or firefox) as a unified interface that will have all the steps required from creating a PR to publishing to dotOrg/dotCom. Few thoughts are
But it's a path for the future. |
Goal
When a designer has finished designing a theme they take the exported resources (likely by using the Create Block Theme plugin) and begin the process that will ultimately result in the theme being imported into this Themes repository.
How?
This might work by leveraging Github Actions where the process looks like this:
This then gives us a new branch that any developer or designer can check out to review/change the theme.
The text was updated successfully, but these errors were encountered: