Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webhook): keep parent and build number synced (#936)
* fix(webhook): keep parent and build number synced currently, build number is always +1 to parent. for any new hooks coming in, parent and build number should be in sync. build restarts are the only instance where these should diverge to indicate which build was restarted. * enhance: use replaceall * forgot to include change in hunk * do not set parent build number * revert comment change --------- Co-authored-by: Easton Crupper <65553218+ecrupper@users.noreply.github.com> Co-authored-by: wass3rw3rk <49894298+wass3rw3rk@users.noreply.github.com>
- Loading branch information