Today the hydrator will re-run hydration even if the target dry SHA has already been hydrated.
We should add logic to commit.go to read hydrator.metadata in the target branch (if present). If the dry SHA in hydrator.metadata matches the one being hydrated, we should log, quit early, and return a success code.
Today the hydrator will re-run hydration even if the target dry SHA has already been hydrated.
We should add logic to commit.go to read hydrator.metadata in the target branch (if present). If the dry SHA in hydrator.metadata matches the one being hydrated, we should log, quit early, and return a success code.