mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Single commit save #140

Open barnettwilliam opened 8 months ago

barnettwilliam commented 8 months ago

Currently each panel to be saved is given its own commit and causes CI actions to be triggered multiple times e.g. in the MDENet Symposium demo example. One save should be a single commit.

szschaler commented 8 months ago

@barnettwilliam, can you add a little bit more description, please?

barnettwilliam commented 8 months ago

If multi-file commits aren't supported by the GitHub API then this can be achieved using a separate branch and squash merging the changes.

barnettwilliam commented 8 months ago

@barnettwilliam, can you add a little bit more description, please?

Added

Also related to #24

szschaler commented 8 months ago

You can use the GitHub database API to construct this step-by-step: https://siddharthav.medium.com/push-multiple-files-under-a-single-commit-through-github-api-f1a5b0b283ae