code-corps-api icon indicating copy to clipboard operation
code-corps-api copied to clipboard

Split up build_changeset in GitHub sync changeset modules into create_/update_

Open joshsmith opened this issue 7 years ago • 0 comments

Problem

Our build_changeset functions in some of our GitHub sync changeset modules are too implicit. We should break apart their behavior into more explicit create_ and update_ changesets. This has a side benefit of allowing for better unit testing of the changesets themselves.

joshsmith avatar Nov 14 '17 22:11 joshsmith