@ -134,6 +134,10 @@ func (a *Agate) SaveSnapshot(ctx context.Context, name string, parentID string)
}
// If parentID is not provided, use the current snapshot ID
ifparentID==""{
parentID=a.currentSnapshotID
}
effectiveParentID:=parentID
// Create the snapshot
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.