You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try and automate "stuff" with the new github feature environments.
github-pages generate github pages (@blueglassdigital you should activate it via the repo settings and let it create the gh-pages branch if you want the pages for now or the future)
code-quality test PRs for code quality and later php unit tests (I like scrutinizer-ci.com for this as an example)
deploy-wporg deploy to wp.org SVN via the github pipeline (including testing for all needed changes like version numbers and minified assets)
We should try and automate "stuff" with the new github feature
environments
.github-pages
generate github pages (@blueglassdigital you should activate it via the repo settings and let it create thegh-pages
branch if you want the pages for now or the future)code-quality
test PRs for code quality and later php unit tests (I like scrutinizer-ci.com for this as an example)deploy-wporg
deploy to wp.org SVN via the github pipeline (including testing for all needed changes like version numbers and minified assets)Lets use GitHub actions. Potential solutions:
https://10up.com/blog/2019/introducing-github-actions-for-wordpress-plugins/ | https://github.com/10up/actions-wordpress/
https://github.com/lubusIN/actions/tree/master/wordpress
The text was updated successfully, but these errors were encountered: