Closed p1ho closed 4 years ago
@oscarmorrison Hello, just wondering if there are any updates, thanks!
Sorry @p1ho had notifications turned off on this repo (for some silly reason). I have added you as contributor. thanks for this PR looks good 👍
Thanks, sounds good! I've accepted the invitation to be a collaborator.
Fixes #40
Summary
Because this alters repo behavior, the workflow files in
.github
should be reviewed carefullyAdded workflows:
test.yml
: automatically runs test (without releasing) on opened/reopened/synchronized pull requests.release.yml
: automatically pushes builtmd-page.js
tomaster
branch on commit toreview
branch (on both push/merge).Reorganized folder structure
/src
package.json
DEV_README.md
Examples
master
commit history after releasereview
commit history after releaseNotes
test.yml
does not run unexpectedly on pull request related eventmaster
will always be ahead ofreview
by 1 commit, but becauserelease.yml
uses force push, it will overwrite the split on the next release.review
branch, and they also have access to Github actions, the workflow will also run in their local repo on the same events, however, I don't see this as an issue.