Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use ETag when reading
github_branch_default
resources. (#1994)
This resource was missing saving and using the underlying resource's ETag. This was discovered when we were hitting over-quota errors via this resource. The etag related implementation was copied from the `github_repository` implementation. Aside: There could be some refactoring to have these resources share some common code. Such a refactoring seemed outside the scope of this change. Co-authored-by: Keegan Campbell <[email protected]>
- Loading branch information